Fix rewriting testhost.deps.json
This commit is contained in:
parent
7bd932a861
commit
3bd03a742d
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<TestHostDepsJsonPath Include="$(OutputPath)/**/testhost.deps.json" />
|
<TestHostDepsJsonPath Include="$(RedistLayoutPath)/**/testhost.deps.json" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ReplaceFileContents
|
<ReplaceFileContents
|
||||||
InputFiles="@(TestHostDepsJsonPath)"
|
InputFiles="@(TestHostDepsJsonPath)"
|
||||||
|
|
Loading…
Reference in a new issue