Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Removing references for vs2017 from the documentation task
  • Loading branch information
dasparli committed Aug 16, 2022
1 parent c8c3b2f commit 34bc7cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs:
- job: DocumentationBuild
displayName: Documentation Build
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
demands:
- Cmd

Expand All @@ -432,9 +432,9 @@ jobs:
submodules: true

- task: BatchScript@1
displayName: 'Setup VS2017 Env'
displayName: 'Setup VS2019 Env'
inputs:
filename: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat'
filename: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat'
modifyEnvironment: true

- powershell: |
Expand Down

0 comments on commit 34bc7cc

Please sign in to comment.