mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
Azure pipelines: the vs2017-win2016 image doesn't exist any more
This commit is contained in:
parent
62c0a60a00
commit
5ef0f9d486
@ -67,20 +67,6 @@ jobs:
|
|||||||
pathToPublish: bin
|
pathToPublish: bin
|
||||||
artifactName: libsodium
|
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
|
- job: mingw64
|
||||||
pool:
|
pool:
|
||||||
vmImage: "windows-2019"
|
vmImage: "windows-2019"
|
||||||
|
Loading…
Reference in New Issue
Block a user