mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 10:23:26 +08:00
581050ec43
* Update docs with release alpha.13 * Additional doc updates * Update the 'Get PowerShell' table
25 lines
420 B
YAML
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
|