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

Commit 82a6a0e

Browse files
committed
Merge branch 'master' of https://github.com/comroid-git/KScr
2 parents b7d03e4 + a4a1ead commit 82a6a0e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: .NET
5-
run-name: Test Integrity
4+
name: Test Integrity
65

76
on:
87
push:
@@ -26,14 +25,13 @@ jobs:
2625
with:
2726
dotnet-version: 6.0.x
2827
- name: Build Solution
29-
run: dotnet build
28+
run: dotnet build -c Release
3029
- name: Build STD Package
31-
run: dotnet run --project ../kscr-build build --r
30+
run: dotnet run --no-build --project ../kscr-build build --r
3231
working-directory: kscr-system/
3332
env:
3433
KSCR_HOME: ../kscr-build/bin/net6.0
3534
- name: Run Tests
3635
run: dotnet test --no-build --verbosity normal
37-
working-directory: kscr-test/
3836
env:
3937
KSCR_HOME: ../../../../kscr-build/bin/net6.0

0 commit comments

Comments
 (0)