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 ea997f2 commit af44f3eCopy full SHA for af44f3e
1 file changed
.github/workflows/dotnet.yml
@@ -25,15 +25,12 @@ jobs:
25
uses: actions/setup-dotnet@v3
26
with:
27
dotnet-version: 6.0.x
28
- - name: Build Solution
29
- run: dotnet build
30
- name: Build STD Package
31
- run: dotnet run --project ../kscr-build build --r
+ run: dotnet run -c Release --project ../kscr-build build --r
32
working-directory: kscr-system/
33
env:
34
KSCR_HOME: ../kscr-build/bin/net6.0
35
- name: Run Tests
36
- run: dotnet test --no-build --verbosity normal
37
- working-directory: kscr-test/
+ run: dotnet test -c Release --verbosity normal
38
39
KSCR_HOME: ../../../../kscr-build/bin/net6.0
0 commit comments