chore: Add generic linux target (#1164)

This commit is contained in:
Kamron Batman 2022-09-06 10:28:19 -07:00 committed by GitHub
parent 93c2c824dd
commit 5f91598c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 9 deletions

View file

@ -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