We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea20228 commit 06ad482Copy full SHA for 06ad482
src/libraries/pretest.proj
@@ -102,7 +102,7 @@
102
Condition="'$(BuildTargetFramework)' == '$(NetCoreAppCurrent)' or '$(BuildTargetFramework)' == ''">
103
<!-- Shared framework deps file generation. Produces a test shared-framework deps file. -->
104
<GenerateTestSharedFrameworkDepsFile SharedFrameworkDirectory="$(NetCoreAppCurrentTestHostSharedFrameworkPath)"
105
- RuntimeGraphFiles="$(BundledRuntimeIdentifierGraphFile)"
+ RuntimeGraphFiles="$([MSBuild]::ValueOrDefault('$(RuntimeIdentifierGraphPath)', '$(BundledRuntimeIdentifierGraphFile)'))"
106
TargetRuntimeIdentifier="$(OutputRID)" />
107
</Target>
108
0 commit comments