We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcb664 commit 19481ceCopy full SHA for 19481ce
appveyor.yml
@@ -73,10 +73,15 @@ for:
73
branches:
74
only:
75
- Develop
76
+ assembly_info:
77
+ patch: true
78
+ file: AssemblyInfo.*
79
+ assembly_version: "0.1.0{build}"
80
+ assembly_file_version: "{version}"
81
82
after_build:
83
- cd..
- - nuget pack build\VLML.nuspec -Version %APPVEYOR_BUILD_VERSION%
84
+ - nuget pack build\VLML.nuspec -Version 0.%APPVEYOR_BUILD_VERSION%
85
86
87
@@ -93,7 +98,7 @@ notifications:
93
98
to:
94
99
- hayden.anyasi@network.rca.ac.uk
95
100
subject: 'VLML Build {{status}}' # optional
96
- message: "{{message}}, {{commitId}}, ..." # optional
101
+ message: "{{message}}, {{commitId}} ..." # optional
97
102
on_build_status_changed: true
103
104
0 commit comments