Skip to content

Commit

Permalink
Use newer version of msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Jun 15, 2023
1 parent 1a29604 commit 0735fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ stages:
displayName: Build and Test
pool:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals windows.vs2022.amd64
demands: ImageOverride -equals windows.vs2022preview.amd64

jobs:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.7') }}:
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"tools": {
"dotnet": "8.0.100-preview.5.23303.2",
"vs": {
"version": "17.4.1"
"version": "17.6.0"
},
"xcopy-msbuild": "17.4.1"
"xcopy-msbuild": "17.6.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23314.1",
Expand Down

0 comments on commit 0735fde

Please sign in to comment.