Skip to content

Commit 7a4bc4a

Browse files
committed
Add deploy github config in appveyor file
1 parent 3a0b2f9 commit 7a4bc4a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.appveyor.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,6 @@ artifacts:
8989
#---------------------------------#
9090

9191
deploy:
92-
<<<<<<< HEAD
93-
#- provider: GitHub
94-
# auth_token:
95-
# secure: xxx
96-
# artifact: /.*\.zip/
97-
# draft: true
98-
# on:
99-
# appveyor_repo_tag: true
100-
# Publish MyGet packages
101-
=======
10292
-provider: GitHub
10393
release: v$(appveyor_build_version)
10494
description: 'Release description'
@@ -111,7 +101,6 @@ deploy:
111101
on:
112102
branch: master # release from master branch only
113103
appveyor_repo_tag: true # deploy on tag push only
114-
>>>>>>> develop
115104
- provider: NuGet
116105
name: development
117106
server: https://www.myget.org/F/courio-dev/api/v2/package

0 commit comments

Comments
 (0)