Azure pipelines: the vs2017-win2016 image doesn't exist any more

This commit is contained in:
Frank Denis 2022-11-14 00:24:51 +01:00
parent 7d920a0ed5
commit b5490b8159

View File

@ -67,20 +67,6 @@ jobs:
pathToPublish: bin
artifactName: libsodium
- job: "windows_old"
pool:
vmImage: "vs2017-win2016"
steps:
- powershell: |
cd builds\msvc\build
& .\buildbase.bat ..\vs2017\libsodium.sln 15
displayName: Compile it all
- task: PublishBuildArtifacts@1
condition: not(canceled())
inputs:
pathToPublish: bin
artifactName: libsodium
- job: mingw64
pool:
vmImage: "windows-2019"