This commit is contained in:
Ben Adams 2021-01-03 21:59:12 +00:00
parent 94524362dc
commit 70393b5020

View File

@ -40,6 +40,12 @@ jobs:
- name: Get .NET information
run: dotnet --info
- name: Clean
- run: dotnet clean -v m && dotnet build -c ${{ matrix.config }} && dotnet nuget locals all --clear
- name: Build
- run: dotnet build -c ${{ matrix.config }}
- name: "Test"
run: dotnet test -c ${{ matrix.config }}