-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
34 lines (27 loc) · 1.08 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
# See http://www.appveyor.com/docs/appveyor-yml for many more options
#Publish to PowerShell Gallery with this key
environment:
NuGetApiKey:
secure: ZwF65Rl156oMAenHhi8BAY0LySWhhjDvNNt91dpU7D5N88E8ToZyZHCziktv7sz3
image:
- Ubuntu
- Visual Studio 2019
for:
- matrix:
only:
- image: Ubuntu
environment:
APPVEYOR_SSH_KEY: ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAnGF97nAjzT0pZn7JCrllP+2ao0k0hY9iAUH+kg8/gLrdEJhephXIynCjEuuSPeNB9XxSd1lwm8E80p55T0fYwuzP6LFX11GJVaIsnV4rH3SUFY//MuhILu7o2FxLINDT7Kjrc04VlNxQf6YDhYNeEcyJmK8JO/gVfZmfMuEPtbtbEw9v4v1qTJaotOlJ3gmaXg8kO580N5PYjKvqhirI1ygWe1HOyLny/k4xfKMCHlAvNxSIGXqJBU5OTwXvsXypgI0RQJw4DWv2XG3BSvJkvB/crdLBubZprWv+Q6RlyBzM8FysqXLxT289yGR7n57eq+NY3BSBLfdbYmSv15nFuQ==
- matrix:
only:
- image: Visual Studio 2019
deploy_script:
- ps: . .\build.ps1 -Task Deploy
# Skip on updates to the readme.
# We can force this by adding [skip ci] or [ci skip] anywhere in commit message
skip_commits:
message: /NO_CI.*|updated readme.*|update readme.*s/
build: false
#Kick off the CI/CD pipeline
test_script:
- ps: . .\build.ps1 -Task Test