-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.debug.yml
33 lines (28 loc) · 1.57 KB
/
appveyor.debug.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
image: Visual Studio 2017
#Publish to PowerShell Gallery with this key
environment:
NugetApiKey:
secure: 76Y+lNAkDCWwiO9jWmihZBlOKPD2rtU3b+dd5Fpkz34WtXFqTKDQFp30IA60Cj3e
CODECOV_TOKEN:
secure: xn88TAvqQYjOWy5VnVNLLDNIeYi75NcrDMZdcEoAFPpW91KcdPSwk4NnvUxLI9hG
PSDPA_BASEURI:
secure: /Ah4/9vQOkXmMZdB8SrlHqueDF5uMC/ME3pc8jgl7qqiR1rpG+W3mjyeR+FbxOPh
PSDPA_TOKEN:
secure: kTA548nZiwq71GIiCau5wvSPTVNn9dVfaHC//NuCKo2fljzkpL+niUwjfOVvVIbDPf8zOxznxspn1GrEkm27Dg8XGHyd9XfD8leyiKTp0gavhNLVkrVzG1/Zqj6eyFO7IKVGYB4hs7nJJasuAFxVtBjcR9UZdFEbw8d/Z06YqQo=
cache:
- C:\Users\appveyor\Documents\WindowsPowerShell\Modules\PSScriptAnalyzer -> Build\build.requirements.psd1
- C:\Users\appveyor\Documents\WindowsPowerShell\Modules\Pester -> Build\build.requirements.psd1
- C:\Users\appveyor\Documents\WindowsPowerShell\Modules\PSCodeCovIo -> Build\build.requirements.psd1
- C:\Users\appveyor\Documents\WindowsPowerShell\Modules\PSFramework -> Build\build.requirements.psd1
- C:\Users\appveyor\Documents\WindowsPowerShell\Modules\BuildHelpers -> Build\build.requirements.psd1
- C:\Users\appveyor\Documents\WindowsPowerShell\Modules\PSDeploy -> Build\build.requirements.psd1
- C:\Users\appveyor\Documents\WindowsPowerShell\Modules\psake -> Build\build.requirements.psd1
# 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: $VerbosePreference = 'Continue'
- ps: . .\build\Start-Build.ps1 -Task Deploy