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" } }