From 9749b40836c65bb156650fd2a3aab99e9b4186c3 Mon Sep 17 00:00:00 2001 From: Joel Bennett Date: Mon, 5 Sep 2016 22:01:01 -0400 Subject: [PATCH] Attempt #3 to fix the AppVeyor build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5b54c1b..589abe9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ build: false install: - git submodule update --init - nuget install libgit2sharp -OutputDirectory .\packages -ExcludeVersion - - ps: Install-Module Configuration -Minimum 1.0 -Force -ForceBootstrap + - ps: Install-Package Configuration -Provider PowerShellGet -Minimum 1.0 -Force -ForceBootstrap build_script: - ps: .\Build.ps1 -Verbose test_script: