Skip to content

Commit

Permalink
Sign build
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Nov 22, 2020
1 parent 0cd4fd6 commit f1e396e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,16 @@ artifacts:

#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))


deploy:
- provider: Webhook
on:
ARTIFACT_SIGNING_ENABLED: true
url: https://app.signpath.io/API/v1/7c19b2cf-90f7-4d15-9b12-1b615f7c18c4/Integrations/AppVeyor?ProjectKey=GitExtensionsVSIX&SigningPolicyKey=release-signing
on_build_success: true
on_build_failure: false
on_build_status_changed: false
method: POST
authorization:
secure: IlLI/MbhdzmXF/WB2G84zYsDWePXJqHBWDb1zBPxxXvGgx0WRxzMZxuBsvCOcZvbPTRF+UcGp0d5/HT8xZUEjA==

0 comments on commit f1e396e

Please sign in to comment.