We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f476ce2 + d5735df commit ac6a210Copy full SHA for ac6a210
Build.ps1
@@ -114,7 +114,7 @@ dotnet build -c Release
114
CheckLastExitCode
115
116
# https://youtrack.jetbrains.com/issue/RSRP-488628/Breaking-InspectCode-fails-with-Roslyn-Worker-process-exited-unexpectedly-after-update
117
-if ($env:APPVEYOR_BUILD_WORKER_IMAGE -ne 'Ubuntu') {
+if ($IsWindows) {
118
RunInspectCode
119
RunCleanupCode
120
}
appveyor.yml
@@ -1,5 +1,5 @@
1
image:
2
- - Ubuntu
+ - Ubuntu2004
3
- Visual Studio 2022
4
5
version: '{build}'
0 commit comments