-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathappveyor.yml
22 lines (22 loc) · 1.06 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 2.0.0.{build}
skip_tags: true
image: Visual Studio 2017
environment:
GH_TOKEN:
secure: /XavQ5iNF9gdwnv5qItZszSzEgZqu6e9sOtupfpfaJS6vrxAzFDarhsPV8hEK1hl
VSCE_TOKEN:
secure: P6jI4JL2Mi4fNYS2/A2DTnSqHGWMu/Px2l4J3iq5HVioG4V8ZsFBkba5KciF+T7xKY+QXeT7g/otf0NH8rfFVA==
WEBHOOK_URL:
secure: Oyrlvti3D7Zf0SDrYnP5AprH1IDT0upe+oy39EGEZP6vYDg5/NjESFLiLRLO1EMamTVCqIfhxkqWWKq3o1RIlqPT7Kib+uvcI+DHD+OqTZHz3FIWAQhIZWcg0li0QOEnlK9YTjT5f2GWzIgtgJnV793iejlUMnDYBRKZxCewmSU=
build_script:
- cmd: powershell ./build.ps1
test: off
on_success:
- cmd: powershell ./build.ps1 --target="update-debug-plugin"
- cmd: powershell ./build.ps1 --target="update-pyro-cli"
- cmd: powershell ./build.ps1 --target="npm-semantic-release"
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 success $env:WEBHOOK_URL
on_failure:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 failure $env:WEBHOOK_URL