Skip to content

Commit 2437131

Browse files
committed
Merge pull request #47 from ivanz/better-versioning
2.0.0Beta 1 and also made the vsix and nuget version more explicit.
2 parents 519c46f + f1b3298 commit 2437131

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

appveyor.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
environment:
2-
release_version: '1.7.0'
3-
assembly_version: '1.7.0'
2+
nuget_version: '2.0.0-beta1'
3+
vsix_version: '2.0.0'
4+
assembly_version: '2.0.0'
45

5-
version: '$(release_version)+{build}'
6+
version: '$(nuget_version)+{build}'
67
configuration: Release
78
platform: Any CPU
89
assembly_info:
910
patch: true
1011
file: Source\**\AssemblyInfo.*
1112
assembly_version: '$(assembly_version).{build}'
1213
assembly_file_version: '$(assembly_version).{build}'
13-
assembly_informational_version: '$(release_version)'
14+
assembly_informational_version: '$(nuget_version)'
1415
before_build:
1516
- cmd: >-
16-
powershell -f patch-vsix-version.ps1 -version "%ASSEMBLY_VERSION%.%APPVEYOR_BUILD_NUMBER%" -manifestFile "Source\Machine.VSTestAdapter.VSIX\source.extension.vsixmanifest"
17+
powershell -f patch-vsix-version.ps1 -version "%VSIX_VERSION%.%APPVEYOR_BUILD_NUMBER%" -manifestFile "Source\Machine.VSTestAdapter.VSIX\source.extension.vsixmanifest"
1718
1819
nuget restore
1920
build:

0 commit comments

Comments
 (0)