forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
26 lines (22 loc) · 1.09 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
clone_folder: c:\projects\nothing
clone_depth: 1
environment:
access_token:
secure: JWSy9tPo2eoTYpPQplvokf4IiVk6onNBbWwAs6nNWWyQ2JaO+MRAg/QzbJnTjpUm
install:
- cinst docfx
before_build:
- cd ..
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):[email protected]`n"
- git config --global user.email "[email protected]"
- git config --global user.name "OpenPublishBuild"
- git clone -q --depth=1 --branch=master https://github.com/dotnet/corefx.git corefx
- git clone -q --depth=1 --branch=master https://github.com/dotnet/coreclr.git coreclr
- git clone -q --depth=1 --branch=master https://github.com/dotnet/wcf.git wcf
- git clone -q --depth=1 --branch=master https://github.com/Visual-Studio-China/core-docs.git coredocs
- git clone -q --depth=1 --branch=appveyor https://github.com/docascode/coredocs-ci.git coredocs-ci
- git clone -q --depth=1 --branch=master https://github.com/docascode/intellisense.git intellisense
- xcopy /ey coredocs-ci\** .\
build_script:
- build-metadata.cmd