I am deploying my web application from the command line using this
msbuild WebApplication1.csproj / t: Package / p: configuration = release
It works fine, but the application is deployed with the same name that is used on the project settings page.
I want to set the name of the deployed application using the same command line. Is there any parameter in msbuild for this or any other approach.
thanks
MegaMind
source share