Skip to content

Commit 4169b22

Browse files
committed
Copy coreclr-tools to legacy path for SBRP.
1 parent 7b3dcd2 commit 4169b22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repos/package-source-build.proj

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<ItemGroup>
2525
<CoreClrToolsFiles Include="$(ToolPackageExtractDir)coreclr-tools/*" />
2626
</ItemGroup>
27+
<!-- Also copy to the legacy path without the architecture for SBRP for now -->
28+
<Copy SourceFiles="@(CoreClrToolsFiles)" DestinationFolder="$(SourceBuiltPackagesPath)coreclr-tools" />
2729
<Copy SourceFiles="@(CoreClrToolsFiles)" DestinationFolder="$(SourceBuiltPackagesPath)coreclr-tools/$(BuildArchitecture)" />
2830

2931
<PropertyGroup>

0 commit comments

Comments
 (0)