From 402965a6a951fd19f0055ba8174deb3d0c17501f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:26:34 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20240917.1 (#1284) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/common/core-templates/steps/publish-logs.yml | 2 ++ eng/common/template-guidance.md | 2 +- global.json | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ddedce52..81d374c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -27,18 +27,18 @@ - + https://github.com/dotnet/arcade - 9ba9980c4996a540387b9a0ef0d68accf00689c0 + 34138f08e2c9c3c41a0ac8af583a57ea953e3821 - + https://github.com/dotnet/arcade - 9ba9980c4996a540387b9a0ef0d68accf00689c0 + 34138f08e2c9c3c41a0ac8af583a57ea953e3821 - + https://github.com/dotnet/arcade - 9ba9980c4996a540387b9a0ef0d68accf00689c0 + 34138f08e2c9c3c41a0ac8af583a57ea953e3821 diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 173bcfe5..de24d008 100644 --- a/eng/common/core-templates/steps/publish-logs.yml +++ b/eng/common/core-templates/steps/publish-logs.yml @@ -34,7 +34,9 @@ steps: '$(akams-client-id)' '$(microsoft-symbol-server-pat)' '$(symweb-symbol-server-pat)' + '$(dnceng-symbol-server-pat)' '$(dn-bot-all-orgs-build-rw-code-rw)' + '$(System.AccessToken)' ${{parameters.CustomSensitiveDataList}} continueOnError: true condition: always() diff --git a/eng/common/template-guidance.md b/eng/common/template-guidance.md index 5ef6c30b..98bbc1de 100644 --- a/eng/common/template-guidance.md +++ b/eng/common/template-guidance.md @@ -57,7 +57,7 @@ extends: Note: Multiple outputs are ONLY applicable to 1ES PT publishing (only usable when referencing `templates-official`). -# Development notes +## Development notes **Folder / file structure** diff --git a/global.json b/global.json index b82b561c..0294b3d9 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "9.0.100-rc.1.24452.12" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24463.4", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24467.1", "Microsoft.Build.NoTargets": "3.7.0" } }