Skip to content

Commit 9d7e624

Browse files
committed
Disable arch linux as it's failing
1 parent 66ff7f0 commit 9d7e624

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ stages:
222222
containerImage: focal
223223
Ubuntu_Disco_3_0:
224224
containerImage: disco-3.0
225-
Arch_Linux:
226-
containerImage: archlinux
227-
configureContainerCommand: 'sudo pacman -Sy --noconfirm git dotnet-sdk openssl-1.0'
225+
# Arch_Linux:
226+
# containerImage: archlinux
227+
# configureContainerCommand: 'sudo pacman -Sy --noconfirm git dotnet-sdk openssl-1.0'
228228
pool:
229229
vmImage: ubuntu-20.04
230230
container: $[ variables['containerImage'] ]

0 commit comments

Comments
 (0)