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 66ff7f0 commit 9d7e624Copy full SHA for 9d7e624
azure-pipelines.yml
@@ -222,9 +222,9 @@ stages:
222
containerImage: focal
223
Ubuntu_Disco_3_0:
224
containerImage: disco-3.0
225
- Arch_Linux:
226
- containerImage: archlinux
227
- configureContainerCommand: 'sudo pacman -Sy --noconfirm git dotnet-sdk openssl-1.0'
+ # Arch_Linux:
+ # containerImage: archlinux
+ # configureContainerCommand: 'sudo pacman -Sy --noconfirm git dotnet-sdk openssl-1.0'
228
pool:
229
vmImage: ubuntu-20.04
230
container: $[ variables['containerImage'] ]
0 commit comments