Skip to content

Commit 833312d

Browse files
committed
Run cibuild on Ubuntu 20.04 LTS instead of 18.04.4 LTS
1 parent ceb27c3 commit 833312d

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
@@ -105,7 +105,7 @@ dotnet build -c Release
105105
CheckLastExitCode
106106

107107
# 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') {
108+
if ($IsWindows) {
109109
RunInspectCode
110110
RunCleanupCode
111111
}

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)