We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340868e commit 998093cCopy full SHA for 998093c
build.ps1
@@ -1,2 +1,2 @@
1
2
-dotnet run -p build/build.csproj -c Release -- $args
+dotnet run --project build/build.csproj -c Release -- $args
build.sh
@@ -2,4 +2,4 @@
set -euo pipefail
3
4
5
-dotnet run -p build/build.csproj -c Release -- "$@"
+dotnet run --project build/build.csproj -c Release -- "$@"
0 commit comments