Created
September 11, 2015 03:38
-
-
Save jonathanpeppers/4d11f715d5c2c5b391b4 to your computer and use it in GitHub Desktop.
Unity Build with FAKE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#r @"packages/FAKE.4.3.7/tools/FakeLib.dll" | |
open Fake | |
Target "android" (fun () -> | |
Unity "-executeMethod BuildScript.Android" | |
) | |
RunTarget() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment