We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd4fd6 commit f1e396eCopy full SHA for f1e396e
appveyor.yml
@@ -42,3 +42,16 @@ artifacts:
42
43
#on_finish:
44
# - 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