Skip to content

Commit cc74279

Browse files
committed
messing with appveyor...not sure this will work
1 parent 0dfdca9 commit cc74279

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
assembly_info:
1010
patch: true
1111
file: '**\AssemblyInfo.*'
12-
assembly_version: '{version}'
13-
assembly_file_version: '{version}'
14-
assembly_informational_version: '{version}'
12+
assembly_version: '{stamp_version}'
13+
assembly_file_version: '{stamp_version}'
14+
assembly_informational_version: '{stamp_version}'
1515
environment:
1616
RestorePackages: false
1717
install:
@@ -28,6 +28,7 @@
2828
- path: bin\**\*.*
2929

3030
version: 2.0.0-ci{build}
31+
stamp_version: 2.0.0.{build}
3132
deploy:
3233
- provider: NuGet
3334
api_key:

0 commit comments

Comments
 (0)