Skip to content

Commit f1e396e

Browse files
committed
Sign build
1 parent 0cd4fd6 commit f1e396e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

appveyor.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,16 @@ artifacts:
4242

4343
#on_finish:
4444
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
45+
46+
47+
deploy:
48+
- provider: Webhook
49+
on:
50+
ARTIFACT_SIGNING_ENABLED: true
51+
url: https://app.signpath.io/API/v1/7c19b2cf-90f7-4d15-9b12-1b615f7c18c4/Integrations/AppVeyor?ProjectKey=GitExtensionsVSIX&SigningPolicyKey=release-signing
52+
on_build_success: true
53+
on_build_failure: false
54+
on_build_status_changed: false
55+
method: POST
56+
authorization:
57+
secure: IlLI/MbhdzmXF/WB2G84zYsDWePXJqHBWDb1zBPxxXvGgx0WRxzMZxuBsvCOcZvbPTRF+UcGp0d5/HT8xZUEjA==

0 commit comments

Comments
 (0)