Skip to content

Commit 46fea71

Browse files
authored
Move SB metadata to intermediates (#2330)
* Move SB metadata to intermediates * Add xliff intermediate
1 parent 3674f88 commit 46fea71

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

eng/Version.Details.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4+
<!-- Intermediate is necessary for source build. -->
45
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.24061.1">
56
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
67
<Sha>453a37ef7ae6c335cd49b3b9ab7713c87faeb265</Sha>
@@ -11,11 +12,21 @@
1112
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24059.1">
1213
<Uri>https://github.com/dotnet/arcade</Uri>
1314
<Sha>8000dd1a9ad9017e0cd1e9fd079c42b6dd7e6962</Sha>
15+
</Dependency>
16+
<!-- Intermediate is necessary for source build. -->
17+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.24059.1">
18+
<Uri>https://github.com/dotnet/arcade</Uri>
19+
<Sha>8000dd1a9ad9017e0cd1e9fd079c42b6dd7e6962</Sha>
1420
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1521
</Dependency>
1622
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
1723
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
1824
<Sha>73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha>
25+
</Dependency>
26+
<!-- Intermediate is necessary for source build. -->
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.xliff-tasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
28+
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
29+
<Sha>73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha>
1930
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
2031
</Dependency>
2132
</ToolsetDependencies>

0 commit comments

Comments
 (0)