Build and test all projects.

pull/11185/head
maliming 4 years ago committed by GitHub
parent 2edab8f8c4
commit 3ab1f8a82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,12 +41,12 @@ jobs:
dotnet-version: 6.0.100
- name: Build All
run: .\build-all.ps1
run: .\build-all.ps1 -f
working-directory: .\build
shell: powershell
- name: Test All
run: .\test-all.ps1
run: .\test-all.ps1 -f
working-directory: .\build
shell: powershell

Loading…
Cancel
Save