Enable verbosity in unit tests

This commit is contained in:
Alexandru Macocian
2021-06-02 14:58:40 +02:00
parent 2ca324be10
commit bb9ea4773f
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.1
- name: Execute Unit Tests
run: dotnet test $env:Test_Project_Path
run: dotnet test $env:Test_Project_Path -v n
- name: Restore Project
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier