From b5490b81590a4145f6c64a3f1baaf51070d6cddc Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 14 Nov 2022 00:24:51 +0100 Subject: [PATCH] Azure pipelines: the vs2017-win2016 image doesn't exist any more --- azure-pipelines.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 65ad92bc..7645f4eb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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"