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.
1 parent 9d3c91a commit d6cf3a9Copy full SHA for d6cf3a9
bin/appveyor.yml
@@ -5,7 +5,7 @@ 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=master https://github.com/SublimeText/PowerShell.git "C:\st\Data\Packages\PowerShell"
+ - ps: git clone -q --branch=dev https://github.com/SublimeText/PowerShell.git "C:\st\Data\Packages\PowerShell"
9
- ps: git clone -q --branch=master https://github.com/my-personal-forks/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
10
11
build: false
0 commit comments