This commit is contained in:
KevinRansom 2016-04-11 16:15:48 -07:00
Родитель 741e8df102
Коммит 8809b52afb
1 изменённых файлов: 1 добавлений и 28 удалений

Просмотреть файл

@ -1,32 +1,5 @@
os: Visual Studio 2015
environment:
matrix:
- BUILD_PROFILE:
init:
- git config --global core.autocrlf true
build_script:
- cmd: build.cmd %BUILD_PROFILE%
# scripts that run after cloning repository
install:
# by default, all script lines are interpreted as batch
test: off
version: 0.0.1.{build}
artifacts:
- path: Release
name: Release
- path: tests\TestResults
name: TestResults
type: zip
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
os: Visual Studio 2015
environment:
matrix:
- BUILD_PROFILE: ci_part1
@ -52,4 +25,4 @@ artifacts:
type: zip
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))