Browse Source

Azure: fix VM image

zr-v5.1
Pierre Kancir 5 years ago committed by Andrew Tridgell
parent
commit
bf8adfceba
  1. 2
      .azure/azure-pipelines.yml

2
.azure/azure-pipelines.yml

@ -2,7 +2,7 @@ jobs: @@ -2,7 +2,7 @@ jobs:
- job: sitl
displayName: 'Cygwin SITL build'
pool:
vmImage: 'win1803'
vmImage: 'windows-latest'
condition: ne(variables['Build.Reason'], 'Schedule')
steps:
- script: choco install cygwin --params "/InstallDir:C:\Cygwin /NoStartMenu /NoAdmin"

Loading…
Cancel
Save