diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13113bbfe..6338344fb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,17 +3,17 @@ - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 diff --git a/eng/Versions.props b/eng/Versions.props index 007c8dc89..901540cda 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,6 +15,6 @@ 8.0.0 8.0.0 8.0.0 - 9.0.0-beta.24423.2 + 10.0.0-beta.24430.1 diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 80788c523..173bcfe5c 100644 --- a/eng/common/core-templates/steps/publish-logs.yml +++ b/eng/common/core-templates/steps/publish-logs.yml @@ -45,6 +45,7 @@ steps: SourceFolder: '$(Build.SourcesDirectory)/PostBuildLogs' Contents: '**' TargetFolder: '$(Build.ArtifactStagingDirectory)/PostBuildLogs' + condition: always() - template: /eng/common/core-templates/steps/publish-build-artifacts.yml parameters: diff --git a/global.json b/global.json index f0588f313..f32c3da7b 100644 --- a/global.json +++ b/global.json @@ -18,7 +18,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24423.2", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24423.2" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24430.1", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24430.1" } }