We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880b5ee commit 1a28f34Copy full SHA for 1a28f34
.appveyor.yml
@@ -9,6 +9,6 @@ build_script:
9
test: off
10
11
artifacts:
12
- - path: '**\bin\*\*.nupkg'
+ - path: '**\bin\*\*.[s]*nupkg'
13
14
skip_branch_with_pr: true
ManyConsole.CommandLineUtils/ManyConsole.CommandLineUtils.csproj
@@ -14,6 +14,7 @@
<IncludeSource>True</IncludeSource>
15
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
16
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
17
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
18
<Version>1.1.2-alpha</Version>
19
</PropertyGroup>
20
0 commit comments