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 2d5b3b3 commit d379e3aCopy full SHA for d379e3a
src/tasks/Crossgen2Tasks/Microsoft.NET.CrossGen.targets
@@ -443,7 +443,7 @@ Copyright (c) .NET Foundation. All rights reserved.
443
<ResolveReadyToRunCompilers RuntimePacks="@(ResolvedRuntimePack)"
444
Crossgen2Packs="@(ResolvedCrossgen2Pack)"
445
TargetingPacks="@(ResolvedTargetingPack)"
446
- RuntimeGraphPath="$(BundledRuntimeIdentifierGraphFile)"
+ RuntimeGraphPath="$([MSBuild]::ValueOrDefault('$(RuntimeIdentifierGraphPath)', '$(BundledRuntimeIdentifierGraphFile)'))"
447
NETCoreSdkRuntimeIdentifier="$(NETCoreSdkRuntimeIdentifier)"
448
EmitSymbols="$(PublishReadyToRunEmitSymbols)"
449
ReadyToRunUseCrossgen2="$(PublishReadyToRunUseCrossgen2)"
0 commit comments