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:
|
version: "3.0.0.{build}"
|
||||||
product_version: "3.0.0"
|
|
||||||
version: "{product_version}.{build}"
|
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
platform: x86
|
platform: x86
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
@ -9,7 +7,7 @@ assembly_info:
|
||||||
file: AssemblyInfo.*
|
file: AssemblyInfo.*
|
||||||
assembly_version: "{version}"
|
assembly_version: "{version}"
|
||||||
assembly_file_version: "{version}"
|
assembly_file_version: "{version}"
|
||||||
assembly_informational_version: "{product_version} (alpha)"
|
assembly_informational_version: "3.0.0 (alpha)"
|
||||||
before_build:
|
before_build:
|
||||||
- nuget restore
|
- nuget restore
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Reference in a new issue