Skip to content

Instantly share code, notes, and snippets.

@patriksvensson
Created October 6, 2014 15:35
Show Gist options
  • Save patriksvensson/84994f5e404d34a287b4 to your computer and use it in GitHub Desktop.
Save patriksvensson/84994f5e404d34a287b4 to your computer and use it in GitHub Desktop.
Cake: Publish Profile
MSBuild("./src/MySolution.sln", settings =>
settings.WithProperty("DeployOnBuild", "true")
.WithProperty("PublishProfile", "profilename"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment