Skip to content

Commit 2d6dd97

Browse files
committed
pack Plugin project on Release builds
also use the new format for package symbols (snupkg)
1 parent 6ef4c04 commit 2d6dd97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -20,11 +20,13 @@
2020
<FileVersion>1.0.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
2222
<IncludeSymbols>true</IncludeSymbols>
23+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2324
<Authors>qianlifeng, Jeremy Wu</Authors>
2425
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2526
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
2627
<PackageDescription>Reference this library if you want to develop a Flow Launcher plugin</PackageDescription>
2728
<PackageTags>flowlauncher</PackageTags>
29+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2830
</PropertyGroup>
2931

3032
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)