Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extends:
autoBaseline: true
pool:
name: $(DncEngInternalBuildPool)
image: windows.vs2022preview.amd64
image: windows.vs2026preview.amd64
os: windows
customBuildTags:
- ES365AIMigrationTooling
Expand All @@ -97,7 +97,7 @@ extends:
timeoutInMinutes: 90
pool:
name: $(DncEngInternalBuildPool)
image: windows.vs2022preview.amd64
image: windows.vs2026preview.amd64
os: windows
steps:
- task: PowerShell@2
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stages:
timeoutInMinutes: 90
pool:
name: NetCore-Public
demands: ImageOverride -equals windows.vs2022preview.amd64.open
demands: ImageOverride -equals windows.vs2026preview.amd64.open
strategy:
matrix:
Release:
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "10.0.100-rc.2.25464.104",
"dotnet": "10.0.100-rc.2.25502.107",
"runtimes": {
"dotnet": [
"3.1.32",
Expand All @@ -23,7 +23,7 @@
}
},
"sdk": {
"version": "10.0.100-rc.2.25464.104",
"version": "10.0.100-rc.2.25502.107",
"paths": [
".dotnet",
"$host$"
Expand Down
Loading