Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
cce9d35
Update dependencies
dotnet-maestro[bot] Jan 14, 2026
4ee3cbe
Update dependencies
dotnet-maestro[bot] Jan 15, 2026
d3e674d
Update dependencies
dotnet-maestro[bot] Jan 16, 2026
ba661b1
Update dependencies
dotnet-maestro[bot] Jan 21, 2026
01f51c4
Backflow from https://github.com/dotnet/dotnet / 3633524 build 298455
dotnet-maestro[bot] Jan 23, 2026
ef807d4
Update dependencies
dotnet-maestro[bot] Jan 23, 2026
f48c4e1
Update dependencies
dotnet-maestro[bot] Jan 24, 2026
fb29095
Update dependencies
dotnet-maestro[bot] Jan 27, 2026
97792cb
Update dependencies
dotnet-maestro[bot] Jan 28, 2026
a9ebe77
Update dependencies
dotnet-maestro[bot] Jan 30, 2026
0652ed6
Update dependencies
dotnet-maestro[bot] Jan 31, 2026
0ee0e70
Update dependencies
dotnet-maestro[bot] Feb 1, 2026
bf25324
Update dependencies
dotnet-maestro[bot] Feb 2, 2026
b6f1ac5
Update dependencies
dotnet-maestro[bot] Feb 3, 2026
afcba43
Update dependencies
dotnet-maestro[bot] Feb 4, 2026
42068f4
Update dependencies
dotnet-maestro[bot] Feb 5, 2026
21aa29b
Update dependencies
dotnet-maestro[bot] Feb 6, 2026
09ef72e
Update dependencies from build 301172
dotnet-maestro[bot] Feb 11, 2026
c0083b8
Update dependencies from build 301313
dotnet-maestro[bot] Feb 12, 2026
5e66799
Update dependencies from build 301549
dotnet-maestro[bot] Feb 13, 2026
37bea6d
Update dependencies from build 301818
dotnet-maestro[bot] Feb 14, 2026
dd9031d
Update dependencies from build 301892
dotnet-maestro[bot] Feb 15, 2026
f725dd0
Update dependencies from build 301945
dotnet-maestro[bot] Feb 16, 2026
5acf5e8
Update dependencies from build 302056
dotnet-maestro[bot] Feb 17, 2026
e3d75cc
Update dependencies from build 302124
dotnet-maestro[bot] Feb 18, 2026
80eddc9
Update Ubuntu image from 20.04 to 22.04
jeffhandley Feb 18, 2026
e0ea82f
Update build images
jeffhandley Feb 19, 2026
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
3 changes: 1 addition & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ stages:
displayName: Ubuntu
pool:
name: NetCore-Svc-Public
demands: ImageOverride -equals 1es-ubuntu-2004-open
demands: ImageOverride -equals build.ubuntu.2204.amd64.open
strategy:
matrix:
${{ if in(variables['Build.Reason'], 'PullRequest') }}:
Expand All @@ -81,7 +81,6 @@ stages:
steps:
- checkout: self
clean: true
- bash: sudo apt-get install cmake clang-9 libicu66 uuid-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev
- script: eng/common/cibuild.sh
--configuration $(_BuildConfig)
--prepareMachine
Expand Down
2 changes: 1 addition & 1 deletion eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
<Project>
<PropertyGroup>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26057.111</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26117.104</MicrosoftDotNetArcadeSdkPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="command-line-api" Sha="4ef9fba1ed958b047163527960c27baf2883f835" BarId="296350" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="command-line-api" Sha="1681538ae28fe973fbd1d66f39884ec8cc800269" BarId="302124" />
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26057.111">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26117.104">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>4ef9fba1ed958b047163527960c27baf2883f835</Sha>
<Sha>1681538ae28fe973fbd1d66f39884ec8cc800269</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- Repo Version Information -->
<PropertyGroup>
<VersionPrefix>2.0.3</VersionPrefix>
<VersionPrefix>2.0.4</VersionPrefix>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<PreReleaseVersionIteration></PreReleaseVersionIteration>
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->
Expand Down
2 changes: 1 addition & 1 deletion eng/common/core-templates/job/publish-build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# If it's not devdiv, it's dnceng
${{ if ne(variables['System.TeamProject'], 'DevDiv') }}:
name: NetCore1ESPool-Publishing-Internal
image: windows.vs2019.amd64
image: windows.vs2022.amd64
os: windows
steps:
- ${{ if eq(parameters.is1ESPipeline, '') }}:
Expand Down
8 changes: 4 additions & 4 deletions eng/common/core-templates/job/source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ jobs:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
demands: ImageOverride -equals build.ubuntu.2004.amd64
demands: ImageOverride -equals build.azurelinux.3.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
image: 1es-mariner-2
image: Azure-Linux-3-Amd64
os: linux
${{ else }}:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
demands: ImageOverride -equals build.azurelinux.3.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64
demands: ImageOverride -equals build.azurelinux.3.amd64
${{ if ne(parameters.platform.pool, '') }}:
pool: ${{ parameters.platform.pool }}

Expand Down
4 changes: 2 additions & 2 deletions eng/common/core-templates/post-build/post-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,11 @@ stages:
${{ else }}:
${{ if eq(parameters.is1ESPipeline, true) }}:
name: NetCore1ESPool-Publishing-Internal
image: windows.vs2019.amd64
image: windows.vs2022.amd64
os: windows
${{ else }}:
name: NetCore1ESPool-Publishing-Internal
demands: ImageOverride -equals windows.vs2019.amd64
demands: ImageOverride -equals windows.vs2022.amd64
steps:
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
parameters:
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates/variables/pool-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
# pool:
# name: $(DncEngInternalBuildPool)
# demands: ImageOverride -equals windows.vs2019.amd64
# demands: ImageOverride -equals windows.vs2022.amd64
variables:
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- template: /eng/common/templates-official/variables/pool-providers.yml
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"tools": {
"dotnet": "10.0.101",
"dotnet": "10.0.103",
"runtimes": {
"dotnet": [
"8.0.22"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26057.111"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26117.104"
}
}
Loading