-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathappveyor.yml
More file actions
28 lines (27 loc) · 887 Bytes
/
appveyor.yml
File metadata and controls
28 lines (27 loc) · 887 Bytes
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
# 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.*/
version: 1.2.{build}
#image: WMF 5
branches:
only:
- master
environment:
ModuleName: InfobloxCmdlets
ResourceGroupName: infobloxtesting
location: SouthCentralUS
IBAdminPassword:
secure: +Yhi3I1uR1xjocdrPn5HGA==
AzureTenantID:
secure: 9dde4IdsaFmMXI+c8qpfltOt1vXkebzQldt43KK3i8ips7SWYUw8M3Z0ueHZkJcx
AzureAppLoginID:
secure: scxpRnV18pop8UHxnkFwxS3T7NYAOAaUMKuyUL4nakfbjHp9DzIYgx9DI7PJcbEY
AzurePassword:
secure: ZeI2G27a3EEHiI8KAK/Y32hUkhhwHv+jJWTvzx5cFyV1eUXFzrBdGhU2RXJMsDYr
PSGalleryAPIKey:
secure: xDwME6mHDFid5MFHB4Vi2HRYZo35I0a8fceT8LR8feHLhroh9jRJIOnvSyPnB89J
build: false
test_script:
- ps: . .\appveyor.ps1