We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ab8ef commit cd0ec1fCopy full SHA for cd0ec1f
eng/targets/Helix.targets
@@ -33,6 +33,11 @@
33
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
34
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
35
</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>
41
</ItemGroup>
42
43
<!--
0 commit comments