Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1ec5105

Browse files
committed
Build with vsVersion: "16.0"
1 parent 2992018 commit 1ec5105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ steps:
4848
solution: GitHubVS.sln
4949
platform: '$(buildPlatform)'
5050
configuration: '$(buildConfiguration)'
51+
vsVersion: "16.0"
5152

5253
- task: VSBuild@1
5354
displayName: GitHub Essentials
5455
inputs:
5556
solution: src\GitHub.VisualStudio.16.sln
5657
platform: '$(buildPlatform)'
5758
configuration: '$(buildConfiguration)'
59+
vsVersion: "16.0"
5860

5961
- task: VSTest@2
6062
inputs:

0 commit comments

Comments
 (0)