File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 19
19
<AssemblyVersion >1.0.0</AssemblyVersion >
20
20
<FileVersion >1.0.0</FileVersion >
21
21
<PackageId >Flow.Launcher.Plugin</PackageId >
22
- <IncludeSymbols >true</IncludeSymbols >
23
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
24
22
<Authors >Flow-Launcher</Authors >
25
23
<PackageLicenseExpression >MIT</PackageLicenseExpression >
26
24
<RepositoryUrl >https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl >
43
41
</PropertyGroup >
44
42
45
43
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
46
- <DebugType >portable </DebugType >
44
+ <DebugType >embedded </DebugType >
47
45
<Optimize >true</Optimize >
48
46
<OutputPath >..\Output\Release\</OutputPath >
49
47
<DefineConstants >TRACE</DefineConstants >
Original file line number Diff line number Diff line change @@ -29,6 +29,4 @@ artifacts:
29
29
- path : ' Output\Packages\Flow-Launcher-*.zip'
30
30
name : Zip
31
31
- 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
You can’t perform that action at this time.
0 commit comments