Fix error logging in referenceFromRuntime.targets (#33290)
authorViktor Hofer <viktor.hofer@microsoft.com>
Fri, 6 Mar 2020 19:34:03 +0000 (20:34 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2020 19:34:03 +0000 (20:34 +0100)
commit0bf08c47b23ce7427ad6af77a2e14c6da6e95220
tree3b62b4274847e159ec39361be9c3b400e72e0eee
parent2018c79313b76c7f57e2dc6a93b1319748edbcc4
Fix error logging in referenceFromRuntime.targets (#33290)

The RuntimeProjectFile property is used in the FilterReferenceFromRuntime target for error logging but is only available in the AddRuntimeProjectReference target. Moving this out onto the project level.
eng/referenceFromRuntime.targets