-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
27 lines (22 loc) · 849 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
environment:
NuGetApiKey:
secure: JCSjKbmeUc+H++B2Ir3UaBL/XgnL9qAyPO++t5xrfCW9ku62GhkGx4XUx59Q7PqT
# Allow WMF5 (i.e. PowerShellGallery functionality)
os: WMF 5
install:
- ps: Get-PackageProvider -Name NuGet -ForceBootstrap
- ps: Install-Module Psake, PSDeploy, Pester, BuildHelpers, PlatyPS, PSScriptAnalyzer -force
- ps: Import-Module Psake, BuildHelpers, PlatyPS, PSDeploy, Pester
# 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.*|update readme.*s/
build: false
#Kick off the CI/CD pipeline
test_script:
- ps: Invoke-psake .\Build.Psake.ps1
notifications:
- provider: Slack
auth_token:
secure: G3SrU451ukZ4Lk+Olg0mhRcGLjfBR5l63MRUf4+pJhAs4o3iXy/BnMyiOvwWfVIiBSQNbfa943IogNY91Whj8w==
channel: general