Skip to content

Commit 1a28f34

Browse files
committed
add snupkg format
1 parent 880b5ee commit 1a28f34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ build_script:
99
test: off
1010

1111
artifacts:
12-
- path: '**\bin\*\*.nupkg'
12+
- path: '**\bin\*\*.[s]*nupkg'
1313

1414
skip_branch_with_pr: true

ManyConsole.CommandLineUtils/ManyConsole.CommandLineUtils.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<IncludeSource>True</IncludeSource>
1515
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
17+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1718
<Version>1.1.2-alpha</Version>
1819
</PropertyGroup>
1920

0 commit comments

Comments
 (0)