diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af4c574f45f0..9fdcb9dd22d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,17 +3,17 @@ - + https://github.com/dotnet/arcade - bbd4a95d4bcb6e06f88a8590e18e499a6169b66e + 98cc270f5e08096729fc7d54ffafa9e3c6576316 - + https://github.com/dotnet/arcade - bbd4a95d4bcb6e06f88a8590e18e499a6169b66e + 98cc270f5e08096729fc7d54ffafa9e3c6576316 - + https://github.com/dotnet/arcade - bbd4a95d4bcb6e06f88a8590e18e499a6169b66e + 98cc270f5e08096729fc7d54ffafa9e3c6576316 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 1c53bcbb4f82..9e92358f61c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ 2.0.0 4.0.0 1.5.0 - 5.0.0-beta.20051.1 + 5.0.0-beta.20052.1 diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml deleted file mode 100644 index f91751fe78e1..000000000000 --- a/eng/common/templates/steps/publish-logs.yml +++ /dev/null @@ -1,23 +0,0 @@ -parameters: - StageLabel: '' - JobLabel: '' - -steps: -- task: Powershell@2 - displayName: Prepare Binlogs to Upload - inputs: - targetType: inline - script: | - New-Item -ItemType Directory $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ - Move-Item -Path $(Build.SourcesDirectory)/artifacts/log/Debug/* $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ - continueOnError: true - condition: always() - -- task: PublishBuildArtifacts@1 - displayName: Publish Logs - inputs: - PathtoPublish: '$(Build.SourcesDirectory)/PostBuildLogs' - PublishLocation: Container - ArtifactName: PostBuildLogs - continueOnError: true - condition: always() diff --git a/global.json b/global.json index 356a0954cec5..f84978b181a5 100644 --- a/global.json +++ b/global.json @@ -6,7 +6,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20051.1", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20051.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20052.1", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20052.1" } }