Browse Source
Merge pull request #11199 from abpframework/auto-merge/rel-5-0/767
Merge branch dev with rel-5.0
pull/11209/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/build-and-test.yml
|
|
|
@ -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 |
|
|
|
|
|
|
|
|