back to path as change didnt effect app veyor

This commit is contained in:
TomPallister 2017-03-12 10:05:38 +00:00
parent 882bc6bfd3
commit c4ca3d7b13

View File

@ -4,7 +4,7 @@
// compile
var compileConfig = Argument("configuration", "Release");
var slnFile = "Ocelot.sln";
var slnFile = "./Ocelot.sln";
// build artifacts
var artifactsDir = Directory("artifacts");