We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a90146 + 10518ff commit 35f4d4cCopy full SHA for 35f4d4c
appveyor.yml
@@ -5,7 +5,8 @@ install:
5
- ps: write-output "installing Sublime%20Text%20Build%203059%20x64.zip"
6
- ps: 7z.exe x "Sublime%20Text%20Build%203059%20x64.zip" -o"C:\st" > $null
7
- ps: mkdir "C:\st\Data\Packages" -force > $null
8
- - ps: git clone -q --branch=dev https://github.com/SublimeText/PowerShell.git "C:\st\Data\Packages\PowerShell"
+ - ps: mkdir "C:\st\Data\Packages\PowerShell" -force > $null
9
+ - ps: cp -Recurse * "C:\st\Data\Packages\PowerShell" -Force
10
- ps: git clone -q --branch=master https://github.com/my-personal-forks/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
11
12
build: false
0 commit comments