Skip to content

Commit 9483e96

Browse files
committed
Punt to SignPath.io for deployment
1 parent cea4b58 commit 9483e96

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.appveyor.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,8 @@ before_build:
3838
- nuget restore XmlRpcCore.sln
3939

4040
deploy:
41-
- provider: NuGet
42-
name: nuget_release
43-
api_key:
44-
secure: MJz3DvmtiuNK6IVsPbxR3gWiSCnhKqm6tmPsjdRDgwGx9L2PQSSZ1eE7YS8dkZhx
41+
- provider: Webhook
42+
url: https://app.signpath.io/API/v1/8446d24b-7c29-473d-b13c-83bac9d9db17/Integrations/AppVeyor?ProjectKey=XmlRpcCore&SigningPolicyKey=XmlRpcCore
43+
authorization:
44+
secure: 5X22VkhN0wjILZOvbIPXRUutxFSiwHxhe9e7xYxEMGhxq+mAyMptnWJ0PH20YS8+v+nsnV7woz0pgYHBTEYahQ==
4545
skip_symbols: true
46-
on:
47-
appveyor_repo_tag: true
48-
- provider: GitHub
49-
name: github_releases
50-
description: Release v$(appveyor_build_version)
51-
tag: $(appveyor_build_version)
52-
auth_token:
53-
secure: NWduXKOpjxTw6TAgzMV9SsBERjq5Qxv49XKbDtu6XQV7GygeQmG1RTKeyxl4zV1A
54-
skip_symbols: true
55-
draft: false
56-
prerelease: false
57-
on:
58-
appveyor_repo_tag: true

0 commit comments

Comments
 (0)