[main] Update dependencies from dotnet/arcade (#18213)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Nikola Milosavljevic <nikolam@microsoft.com>
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
This commit is contained in:
dotnet-maestro[bot] 2024-01-17 15:19:00 -08:00 committed by GitHub
parent 1ebb676463
commit b9cdb4aae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 310 deletions

View file

@ -18,7 +18,7 @@ variables:
- name: SymbolToolVersion
value: 1.0.1
- name: BinlogToolVersion
value: 1.0.9
value: 1.0.11
- name: runCodesignValidationInjection
value: false

View file

@ -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.9'
BinlogToolVersion: '1.0.11'
steps:
- task: Powershell@2