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 00ae0f2 commit 0f891d3Copy full SHA for 0f891d3
appveyor.yml
@@ -1,12 +1,12 @@
1
#version should be only changed with RELEASE eminent, see RELEASE.md
2
3
-version: 2.8.0-beta-{build}
+version: 2.8.0-ci-{build}
4
5
image: Visual Studio 2019
6
7
clone_depth: 1
8
pull_requests:
9
- do_not_increment_build_number: true
+ do_not_increment_build_number: false
10
11
init:
12
- ps: |
src/CommandLine/CommandLine.csproj
@@ -26,7 +26,7 @@
26
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
27
<LangVersion>8.0</LangVersion>
28
<IncludeSymbols>true</IncludeSymbols>
29
- <DebugType>portable</DebugType>
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
30
</PropertyGroup>
31
32
<ItemGroup Condition="'$(BuildTarget)' != 'fsharp'">
0 commit comments