forked from jpsider/RestPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
27 lines (20 loc) · 830 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
# See http://www.appveyor.com/docs/appveyor-yml for many more options
#environment:
# Coveralls_Key:
# secure: mOSiObC2c5LUU57K47frbcUotaYZC6ni0j/YxBHMrSMNxgsYzStPXxhwgXW6VJQy
# NugetApiKey:
# secure: iR4vlP9ilby8LTXXncpzN5bwnE7pMBD5pHDDSfA7qnU+/N6RY1GSxMgb78gV104x
# Those secure things are now stored in Appveyor - You copy then in plain text, then hit the lock icon
# copy the Actual API key - not the encryped key - make sure you copy it correctly
# Allow WMF5 (i.e. PowerShellGallery functionality)
os: WMF 5
# Skip on updates to the readme.
# We can force this by adding [skip ci] or [ci skip] anywhere in commit message
skip_commits:
message: /updated (readme|doc).*|update (readme|doc).*s/
build: off
# Kick off the CI/CD pipeline
# test_script:
# - ps: . .\build.ps1
build_script:
- ps: . .\build.ps1