File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11install :
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
You can’t perform that action at this time.
0 commit comments