Skip to content

Commit 7112651

Browse files
authoredFeb 7, 2024
Remove EnableWindowsTargeting from build.sh's run step (#1633)
This removes the property that shouldn't be there, because it was considered a target.
1 parent 1d32e8f commit 7112651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ fi
5959
echo "Microsoft (R) .NET Core SDK version $("$DOTNET_EXE" --version)"
6060

6161
"$DOTNET_EXE" build "$BUILD_PROJECT_FILE" /nodeReuse:false /p:UseSharedCompilation=false /p:EnableWindowsTargeting=true -nologo -clp:NoSummary --verbosity quiet
62-
"$DOTNET_EXE" run --project "$BUILD_PROJECT_FILE" --no-build -- /p:EnableWindowsTargeting=true "$@"
62+
"$DOTNET_EXE" run --project "$BUILD_PROJECT_FILE" --no-build -- "$@"

0 commit comments

Comments
 (0)
Please sign in to comment.