-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappveyor.yml
45 lines (45 loc) · 962 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
-
branches:
only:
- master
version: 1.3.{build}
configuration: Release
skip_non_tags: true
image: WMF 5
environment:
NuGetApiKey:
secure: PEApyZDcz+aPFMACztd9kMC279hQAHvm9GLZq4CaL2+0v9bnd2xIidHmxV86/EmO
install:
- ps: . .\AppVeyor\Install.ps1
build: off
test_script:
- ps: . .\AppVeyor\Test.ps1
deploy_script:
- ps: . .\AppVeyor\Deploy.ps1
notifications:
- provider: Email
to:
on_build_success: true
on_build_failure: true
on_build_status_changed: true
-
branches:
only:
- develop
version: 1.3.{build}
configuration: Debug
skip_non_tags: false
image: WMF 5
install:
- ps: . .\AppVeyor\Install.ps1
build: off
test_script:
- ps: . .\AppVeyor\Test.ps1
notifications:
- provider: Email
to:
on_build_success: true
on_build_failure: true
on_build_status_changed: true