Skip to content

Commit 4cea396

Browse files
committed
Reduce workaround scope
1 parent a15bc2d commit 4cea396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ CheckLastExitCode
107107
# https://youtrack.jetbrains.com/issue/RSRP-488628/Breaking-InspectCode-fails-with-Roslyn-Worker-process-exited-unexpectedly-after-update
108108
if ($env:APPVEYOR_BUILD_WORKER_IMAGE -ne 'Ubuntu') {
109109
RunInspectCode
110-
RunCleanupCode
111110
}
112111

112+
RunCleanupCode
113+
113114
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
114115
CheckLastExitCode
115116

0 commit comments

Comments
 (0)