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.
1 parent ceb27c3 commit 833312dCopy full SHA for 833312d
Build.ps1
@@ -105,7 +105,7 @@ dotnet build -c Release
105
CheckLastExitCode
106
107
# https://youtrack.jetbrains.com/issue/RSRP-488628/Breaking-InspectCode-fails-with-Roslyn-Worker-process-exited-unexpectedly-after-update
108
-if ($env:APPVEYOR_BUILD_WORKER_IMAGE -ne 'Ubuntu') {
+if ($IsWindows) {
109
RunInspectCode
110
RunCleanupCode
111
}
appveyor.yml
@@ -1,5 +1,5 @@
1
image:
2
- - Ubuntu
+ - Ubuntu2004
3
- Visual Studio 2022
4
5
version: '{build}'
0 commit comments