From c40fdb3910ab397806c5160e8da001d890c7ddfa Mon Sep 17 00:00:00 2001 From: Matthew Despain Date: Sun, 7 May 2017 15:44:12 -0600 Subject: [PATCH] AppVeyor: Attempt 4 --- build-appveyor.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-appveyor.cake b/build-appveyor.cake index 8e79578b5..2922c3453 100644 --- a/build-appveyor.cake +++ b/build-appveyor.cake @@ -104,7 +104,7 @@ Task("Compile").Does(() => { }); Task("Gulp").Does(() => { - Npm + cake.Npm .WithLogLevel(NpmLogLevel.Silent) .FromPath(".") .Install()