-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
49 lines (42 loc) · 1.04 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
version: 0.9.{build}-{branch}
os: Visual Studio 2017
configuration: Release
environment:
CompileViews: true
skip_tags: true
shallow_clone: true
clone_depth: 1
before_build:
- dotnet --info
- dotnet restore
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
cache:
- '%USERPROFILE%\.nuget\packages'
- '%USERPROFILE%\.librarymanager\cdnjs'
- '%USERPROFILE%\.librarymanager\unpkg'
artifacts:
- path: artifacts
name: web-app.zip
build:
project: ciSetupTesting.sln
parallel: true
verbosity: minimal
publish_wap: true
after_build:
- dotnet publish --output %appveyor_build_folder%\artifacts --configuration %configuration% .\src\testingCI.Web --version-suffix %APPVEYOR_BUILD_NUMBER%
deploy:
provider: FTP
protocol: ftp
host: testingci.somee.com
username: yoliva
password:
secure: ScU21WLvlMteb54kEGhoaA==
folder: www.testingCI.somee.com
application: web-app.zip