We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3dcd2 commit 4169b22Copy full SHA for 4169b22
repos/package-source-build.proj
@@ -24,6 +24,8 @@
24
<ItemGroup>
25
<CoreClrToolsFiles Include="$(ToolPackageExtractDir)coreclr-tools/*" />
26
</ItemGroup>
27
+ <!-- Also copy to the legacy path without the architecture for SBRP for now -->
28
+ <Copy SourceFiles="@(CoreClrToolsFiles)" DestinationFolder="$(SourceBuiltPackagesPath)coreclr-tools" />
29
<Copy SourceFiles="@(CoreClrToolsFiles)" DestinationFolder="$(SourceBuiltPackagesPath)coreclr-tools/$(BuildArchitecture)" />
30
31
<PropertyGroup>
0 commit comments