Skip to content

Commit e423f7c

Browse files
Temporary workaround for pester issue causing build to get stuck
1 parent b1276d4 commit e423f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------#
44
version: 1.1.{build}.0
55
install:
6-
- cinst -y pester
6+
- cinst -y pester --version 3.3.13
77
- git clone https://github.com/PowerShell/DscResource.Tests
88
- ps: Push-Location
99
- cd DscResource.Tests

0 commit comments

Comments
 (0)