From 811a520bcfc087188a6998d655b2b9f4513f3981 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 21 Dec 2023 13:29:14 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20231220.7 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.23620.1 -> To Version 9.0.0-beta.23620.7 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- .../templates/post-build/common-variables.yml | 2 +- eng/common/templates/steps/publish-logs.yml | 2 +- global.json | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ae326af3..4e9caf6f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -211,18 +211,18 @@ - + https://github.com/dotnet/arcade - 17dff488fa9de3f27edf2e42516d06d538ed3625 + c0c425d9b85b125bbaf59581639355f1d2b99149 - + https://github.com/dotnet/arcade - 17dff488fa9de3f27edf2e42516d06d538ed3625 + c0c425d9b85b125bbaf59581639355f1d2b99149 - + https://github.com/dotnet/arcade - 17dff488fa9de3f27edf2e42516d06d538ed3625 + c0c425d9b85b125bbaf59581639355f1d2b99149 https://github.com/dotnet/arcade-services @@ -232,9 +232,9 @@ https://github.com/dotnet/arcade-services 57c61af10606819426d205193aa0e9f2f1672050 - + https://github.com/dotnet/arcade - 17dff488fa9de3f27edf2e42516d06d538ed3625 + c0c425d9b85b125bbaf59581639355f1d2b99149 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 69a988e74..957e1c648 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 9.0.0-beta.23620.1 + 9.0.0-beta.23620.7 diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 4ef7bd271..d7bf5c6e3 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -18,7 +18,7 @@ variables: - name: SymbolToolVersion value: 1.0.1 - name: BinlogToolVersion - value: 1.0.8 + value: 1.0.9 - name: runCodesignValidationInjection value: false diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml index d5e96ed09..de8f2d6a2 100644 --- a/eng/common/templates/steps/publish-logs.yml +++ b/eng/common/templates/steps/publish-logs.yml @@ -3,7 +3,7 @@ parameters: JobLabel: '' CustomSensitiveDataList: '' # A default - in case value from eng/common/templates/post-build/common-variables.yml is not passed - BinlogToolVersion: '1.0.8' + BinlogToolVersion: '1.0.9' steps: - task: Powershell@2 diff --git a/global.json b/global.json index 1a05fbcac..70a8945a8 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23620.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23620.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23620.7", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23620.7" } }