From 65f02e13eb5d4fd615315ffd48311cd43c5f872e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 19 Mar 2020 11:05:21 +0100 Subject: [PATCH] Remove the Azure Pipelines windows-reallyold job Azure removed the vs2015-win2012r2 image --- azure-pipelines.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe1ac8c4..207afe6e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,23 +62,6 @@ jobs: pathToPublish: bin artifactName: libsodium - - job: "windows_reallyold" - pool: - vmImage: "vs2015-win2012r2" - steps: - - powershell: | - cd builds\msvc\build - & .\buildbase.bat ..\vs2015\libsodium.sln 14 - & .\buildbase.bat ..\vs2013\libsodium.sln 12 - & .\buildbase.bat ..\vs2012\libsodium.sln 11 - & .\buildbase.bat ..\vs2010\libsodium.sln 10 - displayName: Compile it all - - task: PublishBuildArtifacts@1 - condition: not(canceled()) - inputs: - pathToPublish: bin - artifactName: libsodium - - job: mingw64 pool: vmImage: "windows-2019"