diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0c00884e..20ee27847 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 303e0fac8703c7147c9e1f1046082c8db4fb66fa + c29c916a0d1736522cfd944fcc06ead33b5e27db diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 2ea807033..3a8755fbb 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -97,7 +97,6 @@ stages: buildType: current artifactName: BlobArtifacts continueOnError: true - - task: DownloadBuildArtifacts@0 displayName: Download Asset Manifests inputs: diff --git a/global.json b/global.json index 8db7e0a48..62e693670 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19568.10" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19569.6" } }