forked from PowerShell/PSReadLine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
26 lines (19 loc) · 669 Bytes
/
Copy pathappveyor.yml
File metadata and controls
26 lines (19 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
image: Visual Studio 2017
environment:
POWERSHELL_TELEMETRY_OPTOUT: 1
# Avoid expensive initialization of dotnet cli, see: http://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
PSREADLINE_TESTRUN: 1
cache:
- '%HOMEDRIVE%%HOMEPATH%\.nuget\packages -> tools\helper.psm1'
install:
- pwsh: |
Write-Host "PS Version: $($($PSVersionTable.PSVersion))"
./build.ps1 -Bootstrap
build_script:
- pwsh: |
./build.ps1 -Configuration Release -Framework net461
test_script:
- pwsh: ./build.ps1 -Test -Configuration Release -Framework net461
artifacts:
- path: .\bin\Release\PSReadLine.zip