mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
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:
parent
e475d2f691
commit
72640f62d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue