Skip to content

Commit

Permalink
Move SB metadata to intermediates
Browse files Browse the repository at this point in the history
  • Loading branch information
ellahathaway committed Feb 2, 2024
1 parent 7189804 commit 4c96f61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>ae1fff344d46976624e68ae17164e0607ab68b10</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23374.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>e798ac579db6cdcb2505e6cf39141fd508e407d1</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.23214.1">
<Uri>https://github.com/dotnet/source-build-externals</Uri>
<Sha>de4dda48d0cf31e13182bc24107b2246c61ed483</Sha>
Expand All @@ -20,6 +22,11 @@
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24101.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>db8765409d91a7ac626f5ff932459876a5bea9c6</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24101.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>db8765409d91a7ac626f5ff932459876a5bea9c6</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<!-- Used in repo tooling. Not updated automatically -->
Expand Down

0 comments on commit 4c96f61

Please sign in to comment.