Skip to content

Commit 19481ce

Browse files
committed
[Build] Appveyor Update
1 parent 6bcb664 commit 19481ce

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

appveyor.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,15 @@ for:
7373
branches:
7474
only:
7575
- Develop
76+
assembly_info:
77+
patch: true
78+
file: AssemblyInfo.*
79+
assembly_version: "0.1.0{build}"
80+
assembly_file_version: "{version}"
7681

7782
after_build:
7883
- cd..
79-
- nuget pack build\VLML.nuspec -Version %APPVEYOR_BUILD_VERSION%
84+
- nuget pack build\VLML.nuspec -Version 0.%APPVEYOR_BUILD_VERSION%
8085

8186

8287

@@ -93,7 +98,7 @@ notifications:
9398
to:
9499
- hayden.anyasi@network.rca.ac.uk
95100
subject: 'VLML Build {{status}}' # optional
96-
message: "{{message}}, {{commitId}}, ..." # optional
101+
message: "{{message}}, {{commitId}} ..." # optional
97102
on_build_status_changed: true
98103

99104

0 commit comments

Comments
 (0)