-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
47 lines (36 loc) · 1.06 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
#os: Visual Studio 2013
skip_tags: true
init:
- ps: Set-ItemProperty -Path 'HKLM:\SOFTWARE\AppVeyor\Build Agent' -Name "StorageType" -Value "GoogleStorage"
#cache:
#- WebJobAppevyor\packages -> **\packages.config
configuration: Release
nuget:
account_feed: true
build:
publish_wap: true
test: off
#deploy_script:
# - ps: .\create-release.ps1
deploy:
- provider: WebDeploy
server: https://ftp-test.scm.azurewebsites.net:443/msdeploy.axd?site=ftp-test
website: ftp-test
username: $ftp-test
password:
secure: rXrlAkNm0hNNQeUWN1bHWFKgqi5GLvQo0YJbithkG3/smINhmDF07ePn9I3FAbFeQotlOpT9jMA5b0/HiRAntA==
remove_files: true
#deploy:
#- provider: Environment
# name: Web Deploy (WAWS)
# website_name:
# secure: zgwgweFUJ3AReU2I715w0w==
#deploy:
#- provider: GitHub
# tag: $(appveyor_build_version)
# release: AccountInBank v$(appveyor_build_version)
# description: ''
# auth_token:
# secure: r9lnQ5IoCZfhxiWzQDjPKpXQthKNMpFzMeRZhCq8eBC3fY8WhZjKwsrdBjEawqRn
# #secure: DZBB/Bpxr0bE4u/bBqPxytAUvgq1T2jghhIdPNudECDs+f5SHaVDnwMks9crVMIY
# draft: true