Skip to content

Commit 998093c

Browse files
committed
.net 9 cleanup of build wrapper scripts
1 parent 340868e commit 998093c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
dotnet run -p build/build.csproj -c Release -- $args
2+
dotnet run --project build/build.csproj -c Release -- $args

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -euo pipefail
33

44

5-
dotnet run -p build/build.csproj -c Release -- "$@"
5+
dotnet run --project build/build.csproj -c Release -- "$@"

0 commit comments

Comments
 (0)