diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40a43935a..76311960a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -28,9 +28,9 @@ - + https://github.com/dotnet/arcade - 14d1133b6074b463784a7adbbf385df0462f4010 + 1e859f1c17fffbe9c4fb6bbfc0fc71cd0c56563b diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 96cad844b..57db185df 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -19,7 +19,7 @@ function InstallDarcCli ($darcVersion) { # Until we can anonymously query the BAR API for the latest arcade-services # build applied to the PROD channel, this is hardcoded. if (-not $darcVersion) { - $darcVersion = '1.1.0-beta.19057.9' + $darcVersion = '1.1.0-beta.19081.1' } $arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-arcade/index.json' diff --git a/global.json b/global.json index a9ec48d39..a4f0a16e7 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview-009812" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19080.6" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19081.3" } }