Skip to content

Commit 0f891d3

Browse files
committed
Support snupkg nuget package
1 parent 00ae0f2 commit 0f891d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#version should be only changed with RELEASE eminent, see RELEASE.md
22

3-
version: 2.8.0-beta-{build}
3+
version: 2.8.0-ci-{build}
44

55
image: Visual Studio 2019
66

77
clone_depth: 1
88
pull_requests:
9-
do_not_increment_build_number: true
9+
do_not_increment_build_number: false
1010

1111
init:
1212
- ps: |

src/CommandLine/CommandLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2727
<LangVersion>8.0</LangVersion>
2828
<IncludeSymbols>true</IncludeSymbols>
29-
<DebugType>portable</DebugType>
29+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3030
</PropertyGroup>
3131

3232
<ItemGroup Condition="'$(BuildTarget)' != 'fsharp'">

0 commit comments

Comments
 (0)