Skip to content

Commit a3ee3eb

Browse files
committed
Auto deploy to nuget on master tag
1 parent 6beaa95 commit a3ee3eb

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

appveyor.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ init:
1313
assembly_info:
1414
patch: true
1515
file: Source\GlobalAssemblyInfo.cs
16-
assembly_version: "{version}"
17-
assembly_file_version: "{version}"
16+
assembly_version: "{version}.0"
17+
assembly_file_version: "{version}.0"
1818
assembly_informational_version: "{version}$(VERSION_SUFFIX) $(GIT_HASH)"
1919

2020
before_build:
@@ -35,14 +35,19 @@ artifacts:
3535
name: ReleaseArtifacts
3636

3737
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
4651

4752
notifications:
4853
- provider: Slack

0 commit comments

Comments
 (0)