Skip to content

Commit 23cc237

Browse files
committed
fix yaml
1 parent 2a1d671 commit 23cc237

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

appveyor.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,17 @@ on_finish:
3333
}
3434
3535
deploy:
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

0 commit comments

Comments
 (0)