-
Notifications
You must be signed in to change notification settings - Fork 6
/
appveyor.yml
41 lines (36 loc) · 1.14 KB
/
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
# See http://www.appveyor.com/docs/appveyor-yml for many more options
#Publish to PowerShell Gallery with this key
environment:
NuGetApiKey:
secure: VJ7dmWyH00mTYtH/Awsz25s3tMtdKyrJ+f2I/G3H3tzp3eW84x4ar3e5Up+pczCh
# 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.*|update readme.*s/
#Kick off the CI/CD pipeline
test_script:
- ps: . .\build\Start-Build.ps1 -Task Deploy
version: 3.1.{build}
pull_requests:
do_not_increment_build_number: true
image: WMF 5
shallow_clone: true
build: off
deploy:
- provider: GitHub
tag: $(APPVEYOR_BUILD_VERSION)
release: $(APPVEYOR_BUILD_VERSION) release of PSWmiToolkit
description: '## $(APPVEYOR_BUILD_VERSION) - '
auth_token:
secure: qWuPvK2YZLHq3OYGNobWO5fm8fdgaNOxiS4sW2ZDmLO9AdpEjVkt/LLrZMFtg+rI
repository: MEM-Zone/MEM.Zone-PSWmiToolkit
draft: true
force_update: true
on:
branch: master
notifications:
- provider: GitHubPullRequest
auth_token:
secure: qWuPvK2YZLHq3OYGNobWO5fm8fdgaNOxiS4sW2ZDmLO9AdpEjVkt/LLrZMFtg+rI