Skip to content

Commit

Permalink
Update build.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored May 10, 2021
1 parent c6417d0 commit 5389e8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Android/AndroidThings/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ Task("nuget")

Task("samples")
.IsDependentOn("nuget");

Task("component");

Task("ci")
.IsDependentOn("samples");

Expand Down Expand Up @@ -109,4 +107,4 @@ Task ("clean")
DeleteDirectory ("./externals", new DeleteDirectorySettings { Force=true });
});

RunTarget (TARGET);
RunTarget (TARGET);

0 comments on commit 5389e8f

Please sign in to comment.