-
-
Save hung-doan/07d192c9130d33bbcfbe0438b9f6b190 to your computer and use it in GitHub Desktop.
Cake: Publish Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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