Skip to content

Instantly share code, notes, and snippets.

@jonathanpeppers
Created March 2, 2015 20:29
Show Gist options
  • Save jonathanpeppers/5d37db3e8ebba22b4536 to your computer and use it in GitHub Desktop.
Save jonathanpeppers/5d37db3e8ebba22b4536 to your computer and use it in GitHub Desktop.
Windows FAKE runner
@echo off
.nuget\NuGet.exe install FAKE -Version 3.5.4
packages\FAKE.3.5.4\tools\FAKE.exe build.fsx %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment