diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6e80b61603bc..cb1c44a4e44f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -388,31 +388,31 @@ https://github.com/dotnet/winforms 42fd47aeb558bb47d5cec60e854da11203df8953 - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 - + https://github.com/dotnet/arcade - 91599268652b51969b8d8088d4f2f2ba7b3ebb19 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 https://github.com/dotnet/extensions diff --git a/eng/Versions.props b/eng/Versions.props index 5f238f606bbc..25f028d8989d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -165,10 +165,10 @@ 6.2.4 6.2.4 - 9.0.0-beta.24423.2 - 9.0.0-beta.24423.2 - 9.0.0-beta.24423.2 - 9.0.0-beta.24423.2 + 10.0.0-beta.24430.1 + 10.0.0-beta.24430.1 + 10.0.0-beta.24430.1 + 10.0.0-beta.24430.1 10.0.0-alpha.1.24415.1 diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 80788c523191..173bcfe5ceed 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 a164ddf7d62b..ecf95c62082b 100644 --- a/global.json +++ b/global.json @@ -27,7 +27,7 @@ "jdk": "11" }, "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" } }