Skip to content

Commit

Permalink
(build) Corrected typo + added new Linux task
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Apr 20, 2019
1 parent 62e1c4f commit fca109f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.cake
Expand Up @@ -79,9 +79,13 @@ BuildParameters.Tasks.DotNetCoreTestTask

BuildParameters.Tasks.TransifexPushSourceResource.WithCriteria(() => BuildParameters.IsRunningOnWindows);

Task("Linux")
.IsDependentOn("Package")
.IsDependentOn("Upload-Coverage-Report");

Task("Appveyor-Linux")
.IsDependentOn("Upload-AppVeyor-Artifacts")
.IsDepentdetOn("Upload-Coverage-Report");
.IsDependentOn("Linux")
.IsDependentOn("Upload-AppVeyor-Artifacts");

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit fca109f

Please sign in to comment.