File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1- # See http://www.appveyor.com/docs/appveyor-yml for many more options
2-
3- version : Release_{branch}_0.9.{build}.0
1+ version : 0.9.{build}.0
42branches :
53 only :
64 - master
75skip_tags : true
8- # Skip on updates to the readme.
9- # We can force this by adding [skip ci] or [ci skip] anywhere in commit message
10- skip_commits :
11- message : /Update (README.md|LICENSE|.gitignore|.gitattributes)*/
126configuration : Release
137platform : Any CPU
148assembly_info :
159 patch : true
1610 file : ' **\AssemblyInfo.*'
17- assembly_version : 0.9.{build}.0
18- assembly_file_version : 0.9.{build}.0
19- assembly_informational_version : 0.9.{build}.0
11+ assembly_version : ' {version} '
12+ assembly_file_version : ' {version} '
13+ assembly_informational_version : ' {version} '
2014build :
2115 publish_nuget : true
2216 publish_nuget_symbols : true
You can’t perform that action at this time.
0 commit comments