diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff190e83a5a..69189cf1010 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -5,9 +5,9 @@ https://github.com/dotnet/roslyn-analyzers - + https://github.com/dotnet/arcade - f389f732d8cdca8ee1e38a534cf10c8c3182ba39 + 85f3aa16d8797b5020f1fda11df1a958feb5f8df @@ -18,9 +18,9 @@ https://github.com/dotnet/roslyn c1d8c6f043bc80425c6828455eb57f8a404759c6 - + https://github.com/dotnet/arcade - f389f732d8cdca8ee1e38a534cf10c8c3182ba39 + 85f3aa16d8797b5020f1fda11df1a958feb5f8df diff --git a/eng/Versions.props b/eng/Versions.props index ae6615d7b40..8dbd0efe7e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ $([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1)) - 6.0.0-beta.21515.3 + 6.0.0-beta.21519.3 3.3.2 6.0.0-preview.2.21154.6 4.0.0-5.21469.2 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index bf9f2eb4617..4f79cf0f337 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -166,11 +166,6 @@ stages: inputs: filePath: eng\common\enable-cross-org-publishing.ps1 arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: DeleteFiles@1 - inputs: - SourceFolder: $(Build.ArtifactStagingDirectory)/PackageArtifacts - Contents: Microsoft.SourceBuild.Intermediate* # Signing validation will optionally work with the buildmanifest file which is downloaded from # Azure DevOps above. diff --git a/global.json b/global.json index 6a1d31f66cd..a5953c76126 100644 --- a/global.json +++ b/global.json @@ -15,6 +15,6 @@ }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21515.3" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21519.3" } }