File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,17 @@ on_finish:
3333 }
3434
3535deploy :
36- provider : NuGet
37- server : https://www.myget.org/F/dotnet-proj-info/api/v2/package
38- api_key :
39- secure : 0FlVmxXeqNWXknPWU1OcfpYq3JhkyhlWGrTN0WOSzFhOX3bMwe5L+OXv+fbnfa67
36+ - provider : NuGet
37+ server : https://www.myget.org/F/dotnet-proj-info/api/v2/package
38+ api_key :
39+ secure : 0FlVmxXeqNWXknPWU1OcfpYq3JhkyhlWGrTN0WOSzFhOX3bMwe5L+OXv+fbnfa67
4040
41- deploy :
42- release : $(appveyor_repo_tag_name)
43- description : ' $(appveyor_repo_tag_name)'
44- provider : GitHub
45- auth_token :
46- secure : 9hUHxeECpKQbd2Hou+HGoMOBVgfUkFw/ObBfEdgrqjNh7+Wh5Nm1k7oWrBeVx5q/
47- artifact : /.*\.nupkg/
48- draft : true
49- on :
50- appveyor_repo_tag : true
41+ - provider : GitHub
42+ release : $(appveyor_repo_tag_name)
43+ description : ' $(appveyor_repo_tag_name)'
44+ auth_token :
45+ secure : 9hUHxeECpKQbd2Hou+HGoMOBVgfUkFw/ObBfEdgrqjNh7+Wh5Nm1k7oWrBeVx5q/
46+ artifact : /.*\.nupkg/
47+ draft : true
48+ on :
49+ APPVEYOR_REPO_TAG : true
You can’t perform that action at this time.
0 commit comments