Skip to content

Commit a9118c7

Browse files
author
Adam Warner
committed
Adjustments to appveyor yaml to tidy up version number on nuget package
1 parent 6a7652c commit a9118c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
version: 1.2.3.{build}
1+
version: '{build}'
22
pull_requests:
33
do_not_increment_build_number: true
44
image: Visual Studio 2017
55
configuration: Release
66
dotnet_csproj:
77
patch: true
88
file: '**\*.csproj'
9-
version: '{version}'
10-
package_version: '1.2.3'
9+
version: $(APPVEYOR_REPO_TAG_NAME)
10+
package_version: '{version}'
1111
nuget:
1212
disable_publish_on_pr: true
1313
before_build:

0 commit comments

Comments
 (0)