Skip to content

Commit aab7cef

Browse files
author
Bart Koelman
committed
Turning off CleanupCode to see if that makes cibuild succeed
The diff in this PR is massive, which makes CleanupCode take a very long time. This causes the cibuild to timeout.
1 parent cc45e15 commit aab7cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dotnet build -c Release
100100
CheckLastExitCode
101101

102102
RunInspectCode
103-
RunCleanupCode
103+
#RunCleanupCode
104104

105105
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
106106
CheckLastExitCode

0 commit comments

Comments
 (0)