Skip to content

Commit 42845da

Browse files
committed
plugin: switch to embedded PDBs
1 parent 7d7421a commit 42845da

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
<AssemblyVersion>1.0.0</AssemblyVersion>
2020
<FileVersion>1.0.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
22-
<IncludeSymbols>true</IncludeSymbols>
23-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2422
<Authors>Flow-Launcher</Authors>
2523
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2624
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
@@ -43,7 +41,7 @@
4341
</PropertyGroup>
4442

4543
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46-
<DebugType>portable</DebugType>
44+
<DebugType>embedded</DebugType>
4745
<Optimize>true</Optimize>
4846
<OutputPath>..\Output\Release\</OutputPath>
4947
<DefineConstants>TRACE</DefineConstants>

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ artifacts:
2929
- path: 'Output\Packages\Flow-Launcher-*.zip'
3030
name: Zip
3131
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
32-
name: Plugin nupkg
33-
- path: 'Output\Release\Flow.Launcher.Plugin.*.snupkg'
34-
name: Plugin snupkg
32+
name: Plugin nupkg

0 commit comments

Comments
 (0)