Skip to content

Commit 3a225a0

Browse files
committed
Better messaging for appvoyer build
1 parent 284dc74 commit 3a225a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
install:
22
- ps: write-host -ForegroundColor Yellow "installing sublime text 3"
33
- ps: start-filedownload "http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203059%20x64.zip"
4-
- ps: write-host -ForegroundColor Yellow "installing Sublime%20Text%20Build%203059%20x64.zip"
54
- ps: 7z.exe x "Sublime%20Text%20Build%203059%20x64.zip" -o"C:\st" > $null
5+
- ps: write-host -ForegroundColor Yellow "copying PowerShell package"
66
- ps: mkdir "C:\st\Data\Packages" -force > $null
77
- ps: mkdir "C:\st\Data\Packages\PowerShell" -force > $null
88
- ps: cp -Recurse * "C:\st\Data\Packages\PowerShell" -Force
9+
- ps: write-host -ForegroundColor Yellow "installing UnitTesting package"
910
- ps: git clone -q --branch=master https://github.com/randy3k/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
1011
- ps: write-host -ForegroundColor Yellow "installing pester"
1112
- ps: cinst pester

0 commit comments

Comments
 (0)