Skip to content

Commit

Permalink
Use RuntimeIdentifierGraphPath if available in pretest.proj (dotnet#9…
Browse files Browse the repository at this point in the history
  • Loading branch information
elinor-fung authored Aug 25, 2023
1 parent ea20228 commit 06ad482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/pretest.proj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
Condition="'$(BuildTargetFramework)' == '$(NetCoreAppCurrent)' or '$(BuildTargetFramework)' == ''">
<!-- Shared framework deps file generation. Produces a test shared-framework deps file. -->
<GenerateTestSharedFrameworkDepsFile SharedFrameworkDirectory="$(NetCoreAppCurrentTestHostSharedFrameworkPath)"
RuntimeGraphFiles="$(BundledRuntimeIdentifierGraphFile)"
RuntimeGraphFiles="$([MSBuild]::ValueOrDefault('$(RuntimeIdentifierGraphPath)', '$(BundledRuntimeIdentifierGraphFile)'))"
TargetRuntimeIdentifier="$(OutputRID)" />
</Target>

Expand Down

0 comments on commit 06ad482

Please sign in to comment.