mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-11 01:37:24 +01:00
Remove EnableWindowsTargeting from build.sh's run step (#1633)
This removes the property that shouldn't be there, because it was considered a target.
This commit is contained in:
parent
1d32e8fe45
commit
7112651b77
1 changed files with 1 additions and 1 deletions
2
build.sh
Normal file → Executable file
2
build.sh
Normal file → Executable file
|
|
@ -59,4 +59,4 @@ fi
|
|||
echo "Microsoft (R) .NET Core SDK version $("$DOTNET_EXE" --version)"
|
||||
|
||||
"$DOTNET_EXE" build "$BUILD_PROJECT_FILE" /nodeReuse:false /p:UseSharedCompilation=false /p:EnableWindowsTargeting=true -nologo -clp:NoSummary --verbosity quiet
|
||||
"$DOTNET_EXE" run --project "$BUILD_PROJECT_FILE" --no-build -- /p:EnableWindowsTargeting=true "$@"
|
||||
"$DOTNET_EXE" run --project "$BUILD_PROJECT_FILE" --no-build -- "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue