You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<GenerateCrossgenProfilingSymbolsCondition=" '$(CrossgenOutput)' != 'true' OR '$(TargetOsName)' == 'osx' ">false</GenerateCrossgenProfilingSymbols>
51
51
@@ -256,7 +256,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
256
256
Outputs="$(ProjectDepsFilePath)">
257
257
258
258
<ItemGroup>
259
-
<_RuntimeReferenceInclude="@(ReferenceCopyLocalPaths)"Condition="'%(ReferenceCopyLocalPaths.Extension)' != '.pdb' AND '%(ReferenceCopyLocalPaths.Extension)' != '.map'" />
259
+
<_RuntimeReferenceInclude="@(ReferenceCopyLocalPaths)"Condition="'%(ReferenceCopyLocalPaths.Extension)' != '.pdb' AND '%(ReferenceCopyLocalPaths.Extension)' != '.r2rmap'" />
260
260
</ItemGroup>
261
261
262
262
<RepoTasks.GenerateSharedFrameworkDepsFile
@@ -304,7 +304,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
304
304
<!-- Include all .pdbs in build output. Some .pdb files are part of ReferenceCopyLocalPaths, but this can change when running /t:Pack /p:NoBuild=true. -->
0 commit comments