Skip to content

Commit

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

[release/5.0] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Mar 9, 2021
1 parent d7316ec commit af0c5cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21112.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21159.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d8c68c834bcca3f721ad1550404807e301ba7afe</Sha>
<Sha>f185e9dfcae59cf5024d3ce17884f03c8f8f4c70</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21112.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21159.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d8c68c834bcca3f721ad1550404807e301ba7afe</Sha>
<Sha>f185e9dfcae59cf5024d3ce17884f03c8f8f4c70</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/common/post-build/publish-using-darc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ try {
--id $buildId `
--publishing-infra-version $PublishingInfraVersion `
--default-channels `
--source-branch master `
--source-branch main `
--azdev-pat $AzdoToken `
--bar-uri $MaestroApiEndPoint `
--password $MaestroToken `
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"rollForward": "latestMajor"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21112.3",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21112.3"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21159.2",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21159.2"
}
}

0 comments on commit af0c5cb

Please sign in to comment.