File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Framework/App.Runtime/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
454
454
<Crossgen2Args >$(Crossgen2Args) --targetos:$(Crossgen2TargetOs)</Crossgen2Args >
455
455
<Crossgen2Args >$(Crossgen2Args) -O</Crossgen2Args >
456
456
<Crossgen2Args >$(Crossgen2Args) @" $(CrossgenToolDir)PlatformAssembliesPathsCrossgen2.rsp" </Crossgen2Args >
457
- <Crossgen2Args >$(Crossgen2Args) @ " -m:$(RuntimePackageRoot)tools\StandardOptimizationData.mibc" </Crossgen2Args >
457
+ <Crossgen2Args Condition = " Exists('$(RuntimePackageRoot)tools\StandardOptimizationData.mibc') " >$(Crossgen2Args) " -m:$(RuntimePackageRoot)tools\StandardOptimizationData.mibc" </Crossgen2Args >
458
458
<Crossgen2Args Condition =" '$(GenerateCrossgenProfilingSymbols)' == 'true' and '$(TargetOsName)' == 'win'" >$(Crossgen2Args) --pdb --pdb-path:" $(CrossgenSymbolsTargetDir)" </Crossgen2Args >
459
459
<Crossgen2Args Condition =" '$(GenerateCrossgenProfilingSymbols)' == 'true' and '$(TargetOsName)' != 'win'" >$(Crossgen2Args) --perfmap --perfmap-path:" $(CrossgenSymbolsTargetDir)" </Crossgen2Args >
460
460
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments