Skip to content

Commit 4428c63

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240916.4 (#9793)
[main] Update dependencies from dotnet/arcade
1 parent 7551266 commit 4428c63

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,25 @@
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>
168-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24463.4">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24466.4">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
170+
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24463.4">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24466.4">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
174+
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24463.4">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24466.4">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
178+
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182182
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
183183
</Dependency>
184-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24463.4">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24466.4">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
186+
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
187187
</Dependency>
188188
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
189189
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Packages that come from https://github.com/dotnet/arcade -->
5252
<PropertyGroup>
5353
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
54-
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.24463.4</MicrosoftDotNetCodeAnalysisPackageVersion>
54+
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.24466.4</MicrosoftDotNetCodeAnalysisPackageVersion>
5555
</PropertyGroup>
5656
<!-- Sourcelink -->
5757
<PropertyGroup>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ steps:
3434
'$(akams-client-id)'
3535
'$(microsoft-symbol-server-pat)'
3636
'$(symweb-symbol-server-pat)'
37+
'$(dnceng-symbol-server-pat)'
3738
'$(dn-bot-all-orgs-build-rw-code-rw)'
39+
'$(System.AccessToken)'
3840
${{parameters.CustomSensitiveDataList}}
3941
continueOnError: true
4042
condition: always()

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24463.4",
16-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24463.4"
15+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24466.4",
16+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24466.4"
1717
},
1818
"sdk": {
1919
"version": "9.0.100-rc.1.24452.12"

0 commit comments

Comments
 (0)