mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 02:04:07 +08:00
25 lines
419 B
YAML
25 lines
419 B
YAML
version: 6.0.0-alpha.9-{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
|