diff --git a/.pipelines/v2/templates/job-build-project.yml b/.pipelines/v2/templates/job-build-project.yml index 21ea46c887..3836df0f64 100644 --- a/.pipelines/v2/templates/job-build-project.yml +++ b/.pipelines/v2/templates/job-build-project.yml @@ -248,7 +248,7 @@ jobs: displayName: Build PowerToys main project inputs: solution: 'PowerToys.sln' - vsVersion: 17.0 + vsVersion: 18.0 msbuildArgs: >- -restore -graph /p:RestorePackagesConfig=true @@ -313,7 +313,7 @@ jobs: displayName: Build BugReportTool inputs: solution: '**/tools/BugReportTool/BugReportTool.sln' - vsVersion: 17.0 + vsVersion: 18.0 msbuildArgs: >- -restore -graph /p:RestorePackagesConfig=true @@ -334,7 +334,7 @@ jobs: displayName: Build StylesReportTool inputs: solution: '**/tools/StylesReportTool/StylesReportTool.sln' - vsVersion: 17.0 + vsVersion: 18.0 msbuildArgs: >- -restore -graph /p:RestorePackagesConfig=true @@ -356,7 +356,7 @@ jobs: displayName: Publish ${{ project }} for Packaging inputs: solution: ${{ project }} - vsVersion: 17.0 + vsVersion: 18.0 msbuildArgs: >- /target:Publish /graph