Skip to content

Commit

Permalink
Update windows image to 2019 in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvendu-lahiri authored Apr 10, 2020
1 parent 64ea952 commit 4e3547c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ strategy:
linux:
imageName: 'ubuntu-latest'
windows:
imageName: 'vs2017-win2016'
# imageName: 'vs2017-win2016'
imageName: 'windows-2019'
# mac:
# imageName: 'macos-latest'

Expand Down Expand Up @@ -46,4 +47,4 @@ steps:
arguments: 'install --tool-path $(Build.SourcesDirectory)/Tools/ SolToBoogieTest --version 0.1.1-alpha --add-source $(Build.SourcesDirectory)/nupkg/'

- pwsh: '$(Build.SourcesDirectory)/Tools/VeriSolRegressionRunner $(Build.SourcesDirectory)/Test/'
displayName: 'Run regression tests'
displayName: 'Run regression tests'

0 comments on commit 4e3547c

Please sign in to comment.