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 6a7652c commit a9118c7Copy full SHA for a9118c7
appveyor.yml
@@ -1,13 +1,13 @@
1
-version: 1.2.3.{build}
+version: '{build}'
2
pull_requests:
3
do_not_increment_build_number: true
4
image: Visual Studio 2017
5
configuration: Release
6
dotnet_csproj:
7
patch: true
8
file: '**\*.csproj'
9
- version: '{version}'
10
- package_version: '1.2.3'
+ version: $(APPVEYOR_REPO_TAG_NAME)
+ package_version: '{version}'
11
nuget:
12
disable_publish_on_pr: true
13
before_build:
0 commit comments