Fix rewriting testhost.deps.json (#20104)
Some checks failed
Inter-branch merge workflow / Merge (push) Failing after 0s

This commit is contained in:
Jakub Jareš 2024-09-09 04:09:01 +02:00 committed by GitHub
commit 769b517b3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -496,7 +496,7 @@
</ItemGroup>
<ItemGroup>
<TestHostDepsJsonPath Include="$(OutputPath)/**/testhost.deps.json" />
<TestHostDepsJsonPath Include="$(RedistLayoutPath)/**/testhost.deps.json" />
</ItemGroup>
<ReplaceFileContents
InputFiles="@(TestHostDepsJsonPath)"