Skip to content

Commit

Permalink
Fix rewriting testhost.deps.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Sep 5, 2024
1 parent 7bd932a commit 3bd03a7
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 3bd03a7

Please sign in to comment.