diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9fbdc34e..b0c147e8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,17 +3,17 @@ - + 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/Versions.props b/eng/Versions.props index 95770a168..49d75ffc0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,6 +15,6 @@ 8.0.0 8.0.0 8.0.0 - 10.0.0-beta.24463.4 + 10.0.0-beta.24467.1 diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 173bcfe5c..de24d0087 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 5ef6c30ba..98bbc1ded 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 5be8db8f6..1ab9fcd83 100644 --- a/global.json +++ b/global.json @@ -18,7 +18,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24463.4", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24463.4" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24467.1", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24467.1" } }