plugin: in release, create a portable pdb file

The nuget symbols server only supports portable pdbs. This results in
"Symbols package publishing failed." when uploading the .snupkg file
This commit is contained in:
Ioannis G 2020-05-21 21:57:03 +03:00
parent e475d2f691
commit 72640f62d7
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E

View file

@ -43,7 +43,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Output\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>