diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 16b145f2c..c635fb575 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -243,17 +243,17 @@ - + https://github.com/dotnet/arcade - f4538b1f8ff5ceb197aea509f3f61872b217b09e + 39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac - + https://github.com/dotnet/arcade - f4538b1f8ff5ceb197aea509f3f61872b217b09e + 39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac - + https://github.com/dotnet/arcade - f4538b1f8ff5ceb197aea509f3f61872b217b09e + 39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac https://github.com/dotnet/arcade-services @@ -263,14 +263,14 @@ https://github.com/dotnet/arcade-services 287772f0ae8b40573f97342eb83fdeee7a136bea - + https://github.com/dotnet/arcade - f4538b1f8ff5ceb197aea509f3f61872b217b09e + 39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac - + https://github.com/dotnet/arcade - f4538b1f8ff5ceb197aea509f3f61872b217b09e + 39839f3007d9f3bbabf7a4b6a96ef5dd6be9e5ac diff --git a/eng/Versions.props b/eng/Versions.props index 8912aad79..0ac5d4114 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.24159.1 + 9.0.0-beta.24161.5 diff --git a/eng/common/templates-official/job/job.yml b/eng/common/templates-official/job/job.yml index 1df020124..dfc3c0cf0 100644 --- a/eng/common/templates-official/job/job.yml +++ b/eng/common/templates-official/job/job.yml @@ -206,9 +206,11 @@ jobs: continueOnError: true condition: always() - ${{ if and(ne(parameters.artifacts.publish.logs, 'false'), ne(parameters.artifacts.publish.logs, '')) }}: - - publish: artifacts/log - artifact: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }} - displayName: Publish logs + - task: 1ES.PublishPipelineArtifact@1 + inputs: + targetPath: 'artifacts/log' + artifactName: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }} + displayName: 'Publish logs' continueOnError: true condition: always() @@ -253,7 +255,9 @@ jobs: IgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }} - ${{ if eq(parameters.enableBuildRetry, 'true') }}: - - publish: $(Build.SourcesDirectory)\eng\common\BuildConfiguration - artifact: BuildConfiguration - displayName: Publish build retry configuration - continueOnError: true + - task: 1ES.PublishPipelineArtifact@1 + inputs: + targetPath: '$(Build.SourcesDirectory)\eng\common\BuildConfiguration' + artifactName: 'BuildConfiguration' + displayName: 'Publish build retry configuration' + continueOnError: true \ No newline at end of file diff --git a/global.json b/global.json index ba1cfdb52..64de3fd57 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24159.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24159.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24161.5", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24161.5" } }