PowerShell/appveyor.yml
Dongbo Wang 581050ec43 Update docs with release alpha.13 (#2765)
* Update docs with release alpha.13
* Additional doc updates
* Update the 'Get PowerShell' table
2016-11-22 17:50:45 -08:00

25 lines
420 B
YAML

version: 6.0.0-alpha.13-{build}
image: Visual Studio 2015
cache:
- '%LocalAppData%\Microsoft\dotnet'
nuget:
project_feed: true
install:
- git submodule update --init
- ps: $buildConfiguration = 'Release'
- ps: Import-Module .\tools\Appveyor.psm1
- ps: Invoke-AppveyorInstall
build_script:
- ps: Invoke-AppveyorBuild
test_script:
- ps: Invoke-AppveyorTest
on_finish:
- ps: Invoke-AppveyorFinish