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 45d39ff commit 1a11295Copy full SHA for 1a11295
appveyor.yml
@@ -6,7 +6,7 @@ install:
6
- ps: mkdir "C:\st\Data\Packages" -force > $null
7
- ps: mkdir "C:\st\Data\Packages\PowerShell" -force > $null
8
- ps: cp -Recurse * "C:\st\Data\Packages\PowerShell" -Force
9
- - ps: git clone -q --branch=master https://github.com/my-personal-forks/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
+ - ps: git clone -q --branch=master https://github.com/randy3k/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
10
- ps: write-host -ForegroundColor Yellow "installing pester"
11
- ps: cinst pester
12
0 commit comments