Skip to content

Commit 72640f6

Browse files
committed
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
1 parent e475d2f commit 72640f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</PropertyGroup>
4444

4545
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46-
<DebugType>pdbonly</DebugType>
46+
<DebugType>portable</DebugType>
4747
<Optimize>true</Optimize>
4848
<OutputPath>..\Output\Release\</OutputPath>
4949
<DefineConstants>TRACE</DefineConstants>

0 commit comments

Comments
 (0)