Skip to content

Commit 549aadf

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240116.3 (#869)
Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24062.5 -> To Version 9.0.0-beta.24066.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent aefcb94 commit 549aadf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Sha>5f670e45d060b25d5b07646dfcd94eae31893191</Sha>
1212
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24062.5">
14+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24066.3">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>d731f58a502086842739a358ab490bec08fdb8a7</Sha>
16+
<Sha>d5ee27a55ec6383c29790f3ec666e7c87f7da022</Sha>
1717
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1818
</Dependency>
1919
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="9.0.100-alpha.1.24064.9">

eng/common/templates/post-build/common-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
- name: SymbolToolVersion
1919
value: 1.0.1
2020
- name: BinlogToolVersion
21-
value: 1.0.9
21+
value: 1.0.11
2222

2323
- name: runCodesignValidationInjection
2424
value: false

eng/common/templates/steps/publish-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
JobLabel: ''
44
CustomSensitiveDataList: ''
55
# A default - in case value from eng/common/templates/post-build/common-variables.yml is not passed
6-
BinlogToolVersion: '1.0.9'
6+
BinlogToolVersion: '1.0.11'
77

88
steps:
99
- task: Powershell@2

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "9.0.100-alpha.1.23615.4"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24062.5",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24066.3",
77
"Microsoft.Build.NoTargets": "3.7.0"
88
}
99
}

0 commit comments

Comments
 (0)