File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -91,17 +91,6 @@ artifacts:
9191# ---------------------------------#
9292
9393deploy :
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 :
You can’t perform that action at this time.
0 commit comments