-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathappveyor.yml
More file actions
54 lines (51 loc) · 1.14 KB
/
appveyor.yml
File metadata and controls
54 lines (51 loc) · 1.14 KB
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
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
configuration: Release
platform: Any CPU
clone_depth: 1
clone_folder: C:\projects\netdevplwebsite
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
EnableNuGetPackageRestore: true
before_build:
- cmd: nuget restore
build:
project: NetDevPL.sln
verbosity: normal
after_test:
- cmd: >-
powershell -File .\scripts\runCoverage.ps1 -verbose
SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%
pip install codecov
codecov -f "artifacts\\NetDevPL_coverage.xml"
artifacts:
- path: bin
name: website
deploy:
- provider: FTP
host: netdevelopers.pl:20202
protocol: sftp
username: appveyor
password:
secure: tqQOg1HU9dToPwytSMBvbg==
folder: '\deployment'
artifact: website
on:
APPVEYOR_PULL_REQUEST_NUMBER: ''
- provider: FTP
host: netdevelopers.pl:20202
protocol: sftp
username: appveyor
password:
secure: tqQOg1HU9dToPwytSMBvbg==
folder: '\deployment-test'
artifact: website