From f0b4e4e1179e18fa11ada093da266a1684263d42 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sat, 11 Apr 2015 01:46:36 +1000 Subject: [PATCH] Fix hashtable test failing --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 9010b6c7f..d93d469d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,7 @@ branches: - gh-pages init: + - ps: (get-psprovider 'FileSystem').Home = $(pwd) - ps: choco install -y pester build: off