Fix rewriting testhost.deps.json (#20104)
Some checks failed
Inter-branch merge workflow / Merge (push) Failing after 0s
Some checks failed
Inter-branch merge workflow / Merge (push) Failing after 0s
This commit is contained in:
commit
769b517b3f
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