AppVeyor: Attempt 4

This commit is contained in:
Matthew Despain 2017-05-07 15:44:12 -06:00
parent a3031a9aee
commit c40fdb3910

View file

@ -104,7 +104,7 @@ Task("Compile").Does(() => {
}); });
Task("Gulp").Does(() => { Task("Gulp").Does(() => {
Npm cake.Npm
.WithLogLevel(NpmLogLevel.Silent) .WithLogLevel(NpmLogLevel.Silent)
.FromPath(".") .FromPath(".")
.Install() .Install()