We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f8cee commit 0f06065Copy full SHA for 0f06065
1 file changed
appveyor.yml
@@ -3,7 +3,8 @@
3
#---------------------------------#
4
version: 1.9.{build}.0
5
install:
6
- - git clone https://github.com/PowerShell/DscResource.Tests
+ - git clone -b Issue-86 https://github.com/PlagueHO/DscResource.Tests
7
+ #- git clone https://github.com/PowerShell/DscResource.Tests
8
9
- ps: |
10
Import-Module "$env:APPVEYOR_BUILD_FOLDER\DscResource.Tests\AppVeyor.psm1"
0 commit comments