Skip to content

Commit

Permalink
Update build.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackhammer88 authored Jun 12, 2021
1 parent 26696f1 commit 0e5f4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var solutionFolder = "./";
var mainProjectPath = "./Visu/Visu.csproj";
var outputFolder = "./visu-app/";


Task("Clean")
.Does(()=> {
CleanDirectory(outputFolder);
Expand Down Expand Up @@ -42,4 +43,4 @@ Task("Publish")
});
});

RunTarget(target);
RunTarget(target);

0 comments on commit 0e5f4a8

Please sign in to comment.