File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 - name : Restore dependencies
2727 run : dotnet restore
2828
29- - name : Build
30- run : dotnet build --configuration Release --no-restore
29+ - name : Build Test Project
30+ run : dotnet build tests/SharpGraph.Tests/SharpGraph.Tests.csproj --configuration Debug
3131
3232 - name : Run Tests
33- run : dotnet test tests/SharpGraph.Tests/SharpGraph.Tests.csproj --configuration Release --no-build --verbosity normal --logger "trx;LogFileName=test-results.trx" --logger "console;verbosity=detailed"
33+ run : dotnet test tests/SharpGraph.Tests/SharpGraph.Tests.csproj --configuration Debug --no-build --verbosity normal --logger "trx;LogFileName=test-results.trx" --logger "console;verbosity=detailed"
3434
3535 - name : Generate Test Report
3636 if : always()
You can’t perform that action at this time.
0 commit comments