forked from wixtoolset/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
36 lines (29 loc) · 1 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
version: 0.0.0.{build}
configuration: Release
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: skip
GITHUB_ACCESS_TOKEN:
secure: BuuXJ8z8dMoeeMPy4l7QbbNPFn1/CW9PRGZxMhH3IAFdtTftFKZHA7eqpBqiE2T3
init:
- git config --global core.autocrlf true
- git config --global user.email "wix@wixtoolset.org"
- git config --global user.name "WiX-BoT"
build_script:
- tools\appveyor_bld.cmd build\deploy
artifacts:
- path: build\deploy
name: deploy-artifacts
deploy:
- provider: WebDeploy
server: https://wixtoolset-staging.scm.azurewebsites.net:443/msdeploy.axd?site=wixtoolset-staging
website: wixtoolset__staging
username: $wixtoolset__staging
password:
secure: rSNrD+nlS813sckRsk5os/7NiYbvGl9faU3n1KjeCWr8iiO2lHTZTDj/NH9h3zfbagqXPAcu/f5hVjZuBqc95g==
remove_files: true
app_offline: true
artifact: deploy-artifacts
on_success:
- ps: tools\appveyor_tag.ps1 -GithubAccessToken $env:GITHUB_ACCESS_TOKEN -Version $env:GitBuildVersion
skip_tags: true