Skip to content

Commit 0dc6aa6

Browse files
authored
Include identical helix script files directly (#23116)
1 parent 994ce21 commit 0dc6aa6

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

eng/helix/content/Download.ps1

Lines changed: 0 additions & 47 deletions
This file was deleted.

eng/targets/Helix.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<!-- Item group has to be defined here becasue Helix.props is evaluated before xunit.runner.console.props -->
2828
<ItemGroup Condition="$(BuildHelixPayload)">
2929
<Content Include="@(HelixContent)" />
30+
<Content Include="$(RepoRoot)eng\scripts\Download.ps1" />
3031
</ItemGroup>
3132

3233
<!--

0 commit comments

Comments
 (0)