diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 88a6839bc30..78b308beef0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,14 +19,14 @@ - + https://github.com/dotnet/arcade - 8c014d39b54295c36f61636aa897a6fe6c25c902 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 - + https://github.com/dotnet/arcade - 8c014d39b54295c36f61636aa897a6fe6c25c902 + 0ed1d3dc15420cd41c252b0c5d9474f197a29e06 diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 80788c52319..173bcfe5cee 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 f00c54b0e5c..a06260920f2 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "9.0.100-preview.7.24407.12" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24428.1" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24430.1" } }