Skip to content

Commit ac6a210

Browse files
committed
Merge branch 'master' into merge-v5.1-into-openapi
2 parents f476ce2 + d5735df commit ac6a210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dotnet build -c Release
114114
CheckLastExitCode
115115

116116
# 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') {
117+
if ($IsWindows) {
118118
RunInspectCode
119119
RunCleanupCode
120120
}

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image:
2-
- Ubuntu
2+
- Ubuntu2004
33
- Visual Studio 2022
44

55
version: '{build}'

0 commit comments

Comments
 (0)