Merge pull request #11199 from abpframework/auto-merge/rel-5-0/767

Merge branch dev with rel-5.0
pull/11202/head^2
maliming 4 years ago committed by GitHub
commit 39a356b65a
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