Skip to content

Commit

Permalink
make symbolsPath to default pack path (#48384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik authored Feb 18, 2021
1 parent 9b47c98 commit 229a755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<Import Project="..\..\Directory.Build.targets" />

<PropertyGroup>
<SymbolPackageOutputPath>$(PackageOutputPath)</SymbolPackageOutputPath>
<NoWarn Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' or '$(TargetFrameworkIdentifier)' == '.NETStandard' or ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '3.0')))">$(NoWarn);nullable</NoWarn>
<NoWarn Condition="'$(GeneratePlatformNotSupportedAssembly)' == 'true' or '$(GeneratePlatformNotSupportedAssemblyMessage)' != ''">$(NoWarn);nullable</NoWarn>
<!-- Ignore Obsolete errors within the generated shims that type-forward types.
Expand Down

0 comments on commit 229a755

Please sign in to comment.