Skip to content

Commit eb64949

Browse files
committed
Update SDK and VS
1 parent 77c4a76 commit eb64949

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eng/templates/default-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
${{ if eq(variables['System.TeamProject'], 'public') }}:
99
pool:
1010
name: NetCore-Svc-Public
11-
demands: ImageOverride -equals windows.vs2019.amd64.open
11+
demands: ImageOverride -equals 1es-windows-2022-open
1212
timeoutInMinutes: 30
1313

1414
strategy:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.405",
3+
"version": "8.0.413",
44
"rollForward": "major"
55
}
66
}

0 commit comments

Comments
 (0)