Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit af44f3e

Browse files
authored
Update dotnet.yml
1 parent ea997f2 commit af44f3e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ jobs:
2525
uses: actions/setup-dotnet@v3
2626
with:
2727
dotnet-version: 6.0.x
28-
- name: Build Solution
29-
run: dotnet build
3028
- name: Build STD Package
31-
run: dotnet run --project ../kscr-build build --r
29+
run: dotnet run -c Release --project ../kscr-build build --r
3230
working-directory: kscr-system/
3331
env:
3432
KSCR_HOME: ../kscr-build/bin/net6.0
3533
- name: Run Tests
36-
run: dotnet test --no-build --verbosity normal
37-
working-directory: kscr-test/
34+
run: dotnet test -c Release --verbosity normal
3835
env:
3936
KSCR_HOME: ../../../../kscr-build/bin/net6.0

0 commit comments

Comments
 (0)