Skip to content

Commit 35a9abf

Browse files
committed
GitHub Actions: working on getting things running
1 parent cffb9f5 commit 35a9abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
NUGET_PACKAGES: /tmp/globalPackagesFolder/
3232
- name: Build
33-
run: dotnet build --Config Release --no-restore
33+
run: dotnet build --configuration Release --no-restore
3434
env:
3535
NUGET_PACKAGES: /tmp/globalPackagesFolder/
3636
MINISPEC_FRAMEWORKS: "net50"

0 commit comments

Comments
 (0)