.net core - How to confugure csproj to setup /p:DebugType=full? -
we can generate sdandard pdb using dotnet test /p:debugtype=full blabla\vse.adminkav1.injected.netstandard.test.csproj
(core projects default generate portable pdbs)
but how save option in csproj file?
what did unload project -> right click -> edit .csproj -> here can change debugtype
<propertygroup> <debugtype>full</debugtype> </propertygroup>
Comments
Post a Comment