Skip to content

Commit

Permalink
Fix rewriting testhost.deps.json (#20104)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Sep 9, 2024
2 parents 7bd932a + 3bd03a7 commit 769b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redist/targets/GenerateLayout.targets
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
</ItemGroup>

<ItemGroup>
<TestHostDepsJsonPath Include="$(OutputPath)/**/testhost.deps.json" />
<TestHostDepsJsonPath Include="$(RedistLayoutPath)/**/testhost.deps.json" />
</ItemGroup>
<ReplaceFileContents
InputFiles="@(TestHostDepsJsonPath)"
Expand Down

0 comments on commit 769b517

Please sign in to comment.