Skip to content

Instantly share code, notes, and snippets.

@hung-doan
Forked from patriksvensson/Publish Profile
Created November 18, 2019 09:41
Show Gist options
  • Save hung-doan/07d192c9130d33bbcfbe0438b9f6b190 to your computer and use it in GitHub Desktop.
Save hung-doan/07d192c9130d33bbcfbe0438b9f6b190 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