Skip to content

Commit c7b5b60

Browse files
author
Bart Koelman
committed
TEST: Verify green build without cleanupcode/inspectcode
1 parent 5eafe40 commit c7b5b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ CheckLastExitCode
109109
dotnet build -c Release
110110
CheckLastExitCode
111111

112-
RunInspectCode
113-
RunCleanupCode
112+
#RunInspectCode
113+
#RunCleanupCode
114114

115115
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
116116
CheckLastExitCode

0 commit comments

Comments
 (0)