Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 34bc7cc

Browse files
committedAug 16, 2022
Update azure-pipelines.yml for Azure Pipelines
Removing references for vs2017 from the documentation task
1 parent c8c3b2f commit 34bc7cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
- job: DocumentationBuild
421421
displayName: Documentation Build
422422
pool:
423-
vmImage: 'vs2017-win2016'
423+
vmImage: 'windows-2019'
424424
demands:
425425
- Cmd
426426

@@ -432,9 +432,9 @@ jobs:
432432
submodules: true
433433

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

440440
- powershell: |

0 commit comments

Comments
 (0)