plugin: switch to embedded PDBs

This commit is contained in:
Ioannis G 2020-05-27 01:37:07 +03:00
parent 7d7421acc5
commit 42845dadcf
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E
2 changed files with 2 additions and 6 deletions

View file

@ -19,8 +19,6 @@
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<PackageId>Flow.Launcher.Plugin</PackageId>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Authors>Flow-Launcher</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
@ -43,7 +41,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>portable</DebugType>
<DebugType>embedded</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Output\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>

View file

@ -29,6 +29,4 @@ artifacts:
- path: 'Output\Packages\Flow-Launcher-*.zip'
name: Zip
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
name: Plugin nupkg
- path: 'Output\Release\Flow.Launcher.Plugin.*.snupkg'
name: Plugin snupkg
name: Plugin nupkg