SEBWIN-226: Fix for CI build version.
This commit is contained in:
parent
d8bccf6904
commit
06497258fd
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
environment:
|
||||
product_version: "3.0.0"
|
||||
version: "{product_version}.{build}"
|
||||
version: "3.0.0.{build}"
|
||||
image: Visual Studio 2017
|
||||
platform: x86
|
||||
configuration: Release
|
||||
|
@ -9,7 +7,7 @@ assembly_info:
|
|||
file: AssemblyInfo.*
|
||||
assembly_version: "{version}"
|
||||
assembly_file_version: "{version}"
|
||||
assembly_informational_version: "{product_version} (alpha)"
|
||||
assembly_informational_version: "3.0.0 (alpha)"
|
||||
before_build:
|
||||
- nuget restore
|
||||
build_script:
|
||||
|
|
Loading…
Reference in a new issue