mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 02:04:07 +08:00
29 lines
553 B
YAML
29 lines
553 B
YAML
version: 6.0.0-beta.4-{build}
|
|
|
|
image: Visual Studio 2017
|
|
|
|
# cache version - netcoreapp.2.0.0-preview3-25426-01
|
|
cache:
|
|
- '%LocalAppData%\Microsoft\dotnet -> appveyor.yml'
|
|
- '%HOMEDRIVE%%HOMEPATH%\.nuget\packages -> appveyor.yml'
|
|
|
|
nuget:
|
|
project_feed: true
|
|
|
|
install:
|
|
- git submodule update --init
|
|
- ps: Import-Module .\tools\Appveyor.psm1
|
|
- ps: Invoke-AppveyorInstall
|
|
|
|
build_script:
|
|
- ps: Invoke-AppveyorBuild
|
|
|
|
test_script:
|
|
- ps: Invoke-AppveyorTest
|
|
|
|
after_test:
|
|
- ps: Invoke-AppVeyorAfterTest
|
|
|
|
on_finish:
|
|
- ps: Invoke-AppveyorFinish
|