Files
Chronometer/appveyor.yml
2018-12-28 14:46:55 -08:00

20 lines
506 B
YAML

# See http://www.appveyor.com/docs/appveyor-yml for many more options
environment:
NugetApiKey:
secure: sqj8QGRYue5Vq3vWm2GdcCttqyOkt7NOheKlnmIUq1UcgVrmQezFArp/2Z1+G3oT
# 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: false
#Kick off the CI/CD pipeline
test_script:
- ps: . .\build.ps1