Skip to content

Instantly share code, notes, and snippets.

@jonathanpeppers
Created March 2, 2015 20:46
Show Gist options
  • Save jonathanpeppers/f96cbcc6938f09cb05a8 to your computer and use it in GitHub Desktop.
Save jonathanpeppers/f96cbcc6938f09cb05a8 to your computer and use it in GitHub Desktop.
Using BUILD_NUMBER with FAKE
//Environment variables
let version = "1.0.0"
let build = environVarOrDefault "BUILD_NUMBER" "1"
let versionNumber = (version + "." + build)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment