Skip to content

Instantly share code, notes, and snippets.

@RLittlesII
Created September 7, 2017 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RLittlesII/899691dbbc1c1089451c4f28858d9a5f to your computer and use it in GitHub Desktop.
Save RLittlesII/899691dbbc1c1089451c4f28858d9a5f to your computer and use it in GitHub Desktop.
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
Environment.SetVariableNames();
BuildParameters.SetParameters(context: Context,
buildSystem: BuildSystem,
sourceDirectoryPath: "./src",
title: "PROJECT_TITLE");
BuildParameters.PrintParameters(Context);
Build.Run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment