Skip to content

Commit 57fbd33

Browse files
author
Bart Koelman
committed
Trying to fix glibc issue in Ubuntu cibuild
1 parent 28ea383 commit 57fbd33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ CheckLastExitCode
100100
dotnet build -c Release
101101
CheckLastExitCode
102102

103-
RunInspectCode
104-
RunCleanupCode
103+
#RunInspectCode
104+
#RunCleanupCode
105105

106106
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
107107
CheckLastExitCode

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)