Skip to content

Commit 7b3dcd2

Browse files
committed
Update where we put bootstrap archive coreclr-tools.
1 parent bcc0395 commit 7b3dcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repos/package-source-build.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<CoreClrToolsFiles Include="$(ToolPackageExtractDir)coreclr-tools/*" />
2626
</ItemGroup>
27-
<Copy SourceFiles="@(CoreClrToolsFiles)" DestinationFolder="$(SourceBuiltPackagesPath)coreclr-tools" />
27+
<Copy SourceFiles="@(CoreClrToolsFiles)" DestinationFolder="$(SourceBuiltPackagesPath)coreclr-tools/$(BuildArchitecture)" />
2828

2929
<PropertyGroup>
3030
<SourceBuiltTarballName>$(OutputPath)$(SourceBuiltArtifactsTarballName).$(VersionPrefix)-$(VersionSuffix).tar.gz</SourceBuiltTarballName>

0 commit comments

Comments
 (0)