Skip to content

Commit cd0ec1f

Browse files
authored
Add dotnet-install-scripts files to Helix content
1 parent d1ab8ef commit cd0ec1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/targets/Helix.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3434
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
3535
</ContentWithTargetPath>
36+
<ContentWithTargetPath Include="$(RepoRoot)eng\common\dotnet-install-scripts\*">
37+
<TargetPath>eng\common\dotnet-install-scripts\%(Filename)%(Extension)</TargetPath>
38+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
39+
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
40+
</ContentWithTargetPath>
3641
</ItemGroup>
3742

3843
<!--

0 commit comments

Comments
 (0)