chore: Add generic linux target (#1164)
This commit is contained in:
parent
93c2c824dd
commit
5f91598c15
4 changed files with 6 additions and 9 deletions
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 6.0.400
|
||||
- name: Build
|
||||
run: ./publish.cmd
|
||||
run: ./publish.cmd Release
|
||||
- name: Test
|
||||
run: dotnet test --no-restore
|
||||
|
||||
|
|
@ -56,6 +56,6 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 6.0.400
|
||||
- name: Build
|
||||
run: ./publish.cmd
|
||||
run: ./publish.cmd Release
|
||||
- name: Test
|
||||
run: dotnet test --no-restore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue