forked from devblackops/POSHOrigin_NetScaler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
22 lines (17 loc) · 669 Bytes
/
appveyor.yml
File metadata and controls
22 lines (17 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# See http://www.appveyor.com/docs/appveyor-yml for many more options
# 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.*/
os: WMF 5
install:
- cinst -y pester --version 3.3.13
- ps: Get-PackageProvider -name nuget -ForceBootStrap -Force
build: false
test_script:
# Test with native PS version
- ps: . .\Tests\appveyor.pester.ps1
# Test with PS version 4
# - ps: powershell.exe -version 4.0 -executionpolicy bypass -noprofile -file .\Tests\appveyor.pester.ps1
# Finalize pass - collect and upload results
- ps: . .\Tests\appveyor.pester.ps1 -Finalize