File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 13
13
assembly_info :
14
14
patch : true
15
15
file : Source\GlobalAssemblyInfo.cs
16
- assembly_version : " {version}"
17
- assembly_file_version : " {version}"
16
+ assembly_version : " {version}.0 "
17
+ assembly_file_version : " {version}.0 "
18
18
assembly_informational_version : " {version}$(VERSION_SUFFIX) $(GIT_HASH)"
19
19
20
20
before_build :
@@ -35,14 +35,19 @@ artifacts:
35
35
name : ReleaseArtifacts
36
36
37
37
deploy :
38
- provider : GitHub
39
- auth_token :
40
- secure : 0s81q7bweVLTFSOKxnIhan7el6bIFiN8HJ1kYJzOkeFXX7wgGSq9bs/rV53X9qpf
41
- artifact : ReleaseArtifacts
42
- draft : true
43
- on :
44
- branch : master
45
- appveyor_repo_tag : true
38
+ - provider : Environment
39
+ name : NuGet
40
+ on :
41
+ branch : master
42
+ appveyor_repo_tag : true
43
+ - provider : GitHub
44
+ auth_token :
45
+ secure : 0s81q7bweVLTFSOKxnIhan7el6bIFiN8HJ1kYJzOkeFXX7wgGSq9bs/rV53X9qpf
46
+ artifact : ReleaseArtifacts
47
+ draft : true
48
+ on :
49
+ branch : master
50
+ appveyor_repo_tag : true
46
51
47
52
notifications :
48
53
- provider : Slack
You can’t perform that action at this time.
0 commit comments