diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index e02fdf230..541597d59 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24067.3", + "version": "1.1.0-beta.24073.2", "commands": [ "darc" ] diff --git a/.vsts-ci.yml b/.vsts-ci.yml index d14d1293e..655c9d190 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -82,8 +82,8 @@ stages: - template: eng/build.yml parameters: agentOs: Linux - jobName: Build_Fedora_36_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36' + jobName: Build_Fedora_39_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39' buildConfiguration: Debug buildArchitecture: x64 linuxPortable: true @@ -100,8 +100,8 @@ stages: - template: eng/build.yml parameters: agentOs: Linux - jobName: Build_Debian_Stretch_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch' + jobName: Build_Debian_11_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64' buildConfiguration: Debug buildArchitecture: x64 additionalBuildParameters: '/p:BuildSdkDeb=true' @@ -201,7 +201,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_musl_Release_arm - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm-alpine' buildConfiguration: Release buildArchitecture: arm runtimeIdentifier: 'linux-musl-arm' diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 11a5d9322..16dbfe6be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -219,13 +219,13 @@ https://github.com/dotnet/arcade 3e1d8f1566e3e88816e816aff285bdd709c1260a - + https://github.com/dotnet/arcade-services - 071e96dd7619c82088d061d9736f725216db6b21 + 94608f93ee72a99bd613d3f922e095daeb4d1bf1 - + https://github.com/dotnet/arcade-services - 071e96dd7619c82088d061d9736f725216db6b21 + 94608f93ee72a99bd613d3f922e095daeb4d1bf1 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index 7e3c52744..5e1ef0b0f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24067.3 + 1.1.0-beta.24073.2