Skip to content

Commit 8dc9fdc

Browse files
committed
Update appveyor build scripts
1 parent 50fce4e commit 8dc9fdc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.appveyor.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,6 @@ artifacts:
9191
#---------------------------------#
9292

9393
deploy:
94-
# Publish Github
95-
provider: GitHub
96-
auth_token:
97-
secure: $env:gh_token # your encrypted token from GitHub
98-
artifact: .\Artifacts\**\*.nupkg # upload all NuGet packages to release assets
99-
draft: false
100-
prerelease: true
101-
on:
102-
branch: master # release from master branch only
103-
appveyor_repo_tag: false # deploy on tag push only
104-
# Publish MyGet packages
10594
- provider: NuGet
10695
name: development
10796
server: https://www.myget.org/F/courio-dev/api/v2/package
@@ -111,7 +100,6 @@ deploy:
111100
on:
112101
# Only publish from the master branch
113102
branch: master
114-
# Publish NuGet packages
115103
- provider: NuGet
116104
name: production
117105
api_key:

0 commit comments

Comments
 (0)