Skip to content

Instantly share code, notes, and snippets.

@bbenetskyy
Created December 5, 2021 20:10
Show Gist options
  • Save bbenetskyy/1aec8d0acf1caf34f0b4d2a8d582a496 to your computer and use it in GitHub Desktop.
Save bbenetskyy/1aec8d0acf1caf34f0b4d2a8d582a496 to your computer and use it in GitHub Desktop.
Task("Default")
.IsDependentOn("BuildAndRunAndroid")
.IsDependentOn("BuildAndRuniOS")
.Does(() => {});
RunTarget(target);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment