Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20240…
Browse files Browse the repository at this point in the history
…916.4 (#4462)

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24463.4 -> To Version 10.0.0-beta.24466.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Sep 17, 2024
1 parent 254b737 commit c72d9c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24463.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24466.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24463.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24466.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
</Dependency>
<!--
Maui Rollback Version mappings, default means generated from sdk version. Allows for manual override of version similar to https://github.com/dotnet/maui/blob/df8cfcf635a590955a8cc3d6cf7ae6280449dd3f/eng/Versions.props#L138-L146, where the logic comes from:
Expand Down
2 changes: 2 additions & 0 deletions eng/common/core-templates/steps/publish-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ steps:
'$(akams-client-id)'
'$(microsoft-symbol-server-pat)'
'$(symweb-symbol-server-pat)'
'$(dnceng-symbol-server-pat)'
'$(dn-bot-all-orgs-build-rw-code-rw)'
'$(System.AccessToken)'
${{parameters.CustomSensitiveDataList}}
continueOnError: true
condition: always()
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dotnet": "9.0.100-rc.1.24452.12"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24463.4",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24463.4"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24466.4",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24466.4"
},
"native-tools": {
"python3": "3.7.1"
Expand Down

0 comments on commit c72d9c7

Please sign in to comment.