mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
1b16f77e21
Use 2.0 CLI/SDK of version `2.0.0-preview1-005952` to keep in sync with the .NET Core 2.0 //Build dogfood instructions. The version of `Microsoft.NetCore.App` in use is `2.0.0-preview1-002106-00`.
29 lines
556 B
YAML
29 lines
556 B
YAML
version: 6.0.0-alpha.18-{build}
|
|
|
|
image: Visual Studio 2015
|
|
|
|
# cache version - netcoreapp.2.0.0-preview1-002106-00
|
|
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
|