GitTools / GitLink

Making .NET open source accessible!
MIT License
554 stars 86 forks source link

dotnet pack mention AllowedOutputExtensionsInPackageBuildOutputFolder #180

Closed charlessolar closed 4 years ago

charlessolar commented 6 years ago

GitLink worked great for my v4.6.2 projects but as I move to dot standard I found when using dotnet pack the project properties need this option to include generated (and gitlink'ed) pdbs

<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>

As mentioned on SourceLink's readme. It might be a good idea to mention that here too 👍

(the other option is to use a symbol server of course but for private repos this is a needless complication)