diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44e962c5a..f33241927 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -201,18 +201,18 @@ - + https://github.com/dotnet/arcade - 3fe889b2724f312ba0dec7c01d85e9257e38818e + 3e1ba969512d5dc45f0885bab7338fe7f14d9689 - + https://github.com/dotnet/arcade - 3fe889b2724f312ba0dec7c01d85e9257e38818e + 3e1ba969512d5dc45f0885bab7338fe7f14d9689 - + https://github.com/dotnet/arcade - 3fe889b2724f312ba0dec7c01d85e9257e38818e + 3e1ba969512d5dc45f0885bab7338fe7f14d9689 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 37f03bfc4..79f54ce90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.23509.3 + 9.0.0-beta.23510.1 diff --git a/eng/common/post-build/check-channel-consistency.ps1 b/eng/common/post-build/check-channel-consistency.ps1 index 63f3464c9..1728f035a 100644 --- a/eng/common/post-build/check-channel-consistency.ps1 +++ b/eng/common/post-build/check-channel-consistency.ps1 @@ -7,7 +7,7 @@ try { . $PSScriptRoot\post-build-utils.ps1 if ($PromoteToChannels -eq "") { - Write-PipelineTaskError -Type 'warning' -Message "This build won't publish assets as it's not configured to any Maestro channel. If that wasn't intended use Darc to configure a default channel using add-default-channel for this branch or to promote it to a channel using add-build-to-channel. See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#assigning-an-individual-build-to-a-channel for more info." + Write-PipelineTaskError -Type 'warning' -Message "This build won't publish assets as it's not configured to any Maestro channel. If that wasn't intended use Darc to configure a default channel using add-default-channel for this branch or to promote it to a channel using add-build-to-channel. See https://github.com/dotnet/arcade/blob/main/Documentation/Darc.md#assigning-an-individual-build-to-a-channel for more info." ExitWithExitCode 0 } diff --git a/global.json b/global.json index 9c938c55b..a21bf4bb3 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23509.3", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23509.3" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23510.1", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23510.1" } }