Skip to content

Commit

Permalink
fix: VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 12, 2021
1 parent 3e59a58 commit 23c4467
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/ci/.azure-devops-vs2022-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- checkout: self
clean: true

dotnet tool update -g dotnet-vs
$MSBUILDPREVIEWPATH="$(vs where preview --prop=InstallationPath)\MSBuild\Current\Bin"
Write-Host "##vso[task.setvariable variable=MSBUILDPREVIEWPATH;]$MSBUILDPREVIEWPATH"
displayName: Setup VS17 Path

- template: templates/gitversion.yml

- task: MSBuild@1
Expand Down

0 comments on commit 23c4467

Please sign in to comment.