srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
f4956d8a
ebc9472d
Pin OS versions used in Azure DevOps
inline
split
azure-pipelines.yml
added: 4, removed: 4, total 0
@@ -1,11 +1,11 @@
strategy:
matrix:
linux:
imageName: 'ubuntu-latest'
imageName: ubuntu-20.04
mac:
imageName: 'macOS-latest'
imageName: macOS-10.15
windows:
imageName: 'windows-latest'
imageName: windows-2019
pool:
vmImage: $(imageName)