diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b430bc342f..e1fdd7b909 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/arcade - 9ba9980c4996a540387b9a0ef0d68accf00689c0 + 4fbea0f97a7e2a1194dbb6d1953595969b4815e6 - + https://github.com/dotnet/arcade - 9ba9980c4996a540387b9a0ef0d68accf00689c0 + 4fbea0f97a7e2a1194dbb6d1953595969b4815e6 - + https://github.com/dotnet/arcade - 9ba9980c4996a540387b9a0ef0d68accf00689c0 + 4fbea0f97a7e2a1194dbb6d1953595969b4815e6 - + https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage - c90d1ac2c2c33a9db49e961bf09a4e2858bb21bc + 45bfb9e0f1bffade897524514c6f41d132510373 - + https://github.com/microsoft/testanywhere - 8995245950e97a9114bb210d4fdfc217dd851885 + d320a5d2b0cd3512c6945e8968da5882089fcf2c - + https://github.com/microsoft/testanywhere - 8995245950e97a9114bb210d4fdfc217dd851885 + d320a5d2b0cd3512c6945e8968da5882089fcf2c diff --git a/eng/Versions.props b/eng/Versions.props index 2ff48b122f..f3a126dc10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,10 +7,10 @@ preview - 10.0.0-beta.24463.4 - 17.12.5-preview.24466.3 + 10.0.0-beta.24466.4 + 17.12.5-preview.24467.2 - 1.5.0-preview.24465.2 - 1.0.0-alpha.24465.2 + 1.5.0-preview.24466.1 + 1.0.0-alpha.24466.1 diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 173bcfe5ce..de24d0087c 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/global.json b/global.json index 8af042c689..aa1e293f8e 100644 --- a/global.json +++ b/global.json @@ -25,7 +25,7 @@ "rollForward": "latestFeature" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24463.4", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24466.4", "MSBuild.Sdk.Extras": "3.0.44" } }