|
|
@ -18,12 +18,12 @@ on: |
|
|
- uses: actions/setup-dotnet@master |
|
|
- uses: actions/setup-dotnet@master |
|
|
with: |
|
|
with: |
|
|
dotnet-version: 3.1.100 |
|
|
dotnet-version: 3.1.100 |
|
|
|
|
|
|
|
|
- name: Build All |
|
|
- name: Build All |
|
|
run: .\build-all.ps1 |
|
|
run: .\build-all.ps1 |
|
|
working-directory: .\build |
|
|
working-directory: .\build |
|
|
shell: powershell |
|
|
shell: powershell |
|
|
|
|
|
|
|
|
- name: Test All |
|
|
- name: Test All |
|
|
run: .\test-all.ps1 |
|
|
run: .\test-all.ps1 |
|
|
working-directory: .\build |
|
|
working-directory: .\build |
|
|
|