forked from davotronic5000/PowerShell_Credential_Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
54 lines (43 loc) · 1.13 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
42
43
44
45
46
47
48
49
50
51
52
53
54
#---------------------------------#
# general configuration #
#---------------------------------#
version: 2.0.{build}
branches:
only:
- master
- develop
skip_tags: false
#---------------------------------#
# environment configuration #
#---------------------------------#
os: Windows Server 2012
#---------------------------------#
# build configuration #
#---------------------------------#
platform: Any CPU
configuration: Release
build:
parallel: true
project: PSCredentialManager.sln
verbosity: detailed
#---------------------------------#
# tests configuration #
#---------------------------------#
test:
assemblies:
- PSCredentialManager.CmdletTests.dll
- PSCredentialManager.ApiTests.dll
test: off
#---------------------------------#
# artifacts configuration #
#---------------------------------#
#---------------------------------#
# deployment configuration #
#---------------------------------#
deploy:
provider: GitHub
draft: true
prerelease: false
on:
branch: master
appveytor_repo_tag: true