Skip to content

Commit

Permalink
TEMP: Skip steps in cibuild to see test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman committed Dec 8, 2021
1 parent 85908ef commit 5e46380
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ CheckLastExitCode
dotnet build -c Release
CheckLastExitCode

RunInspectCode
RunCleanupCode
# TODO: Revert after trying this out.
#RunInspectCode
#RunCleanupCode

dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
CheckLastExitCode
Expand Down

0 comments on commit 5e46380

Please sign in to comment.