Add dotnet-install-scripts files to Helix content
This commit is contained in:
parent
d1ab8efe70
commit
cd0ec1f46b
|
|
@ -33,6 +33,11 @@
|
|||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</ContentWithTargetPath>
|
||||
<ContentWithTargetPath Include="$(RepoRoot)eng\common\dotnet-install-scripts\*">
|
||||
<TargetPath>eng\common\dotnet-install-scripts\%(Filename)%(Extension)</TargetPath>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
</ContentWithTargetPath>
|
||||
</ItemGroup>
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in New Issue