Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xabre committed Aug 4, 2019
2 parents 034d39d + 830341d commit f887409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .build/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Task("Build")
.Does(() =>
{
BuildProject("Plugin.BLE.Abstractions", "netstandard2.0");
BuildProject("Plugin.BLE", "netstandard2.0");
BuildProject("Plugin.BLE.Android", "android");
BuildProject("Plugin.BLE.iOS", "ios");

Expand Down Expand Up @@ -127,4 +128,4 @@ Task("Publish")
}
});

RunTarget(target);
RunTarget(target);

0 comments on commit f887409

Please sign in to comment.