1

Looking to setup jenkins to deploy my web app I'm using the script

msbuild WEB.csproj /p:Configuration=stage /t:Build /p:PrecompileBeforePublish=true /p:OutputPath=c:\test /p:DeployOnBuild=true /p:AutoParameterizationWebConfigConnectionStrings=False

I get the web application in _PublishedWebsite however the web.config needs to get transformed. Any tips?

1 Answer 1

5

from this post TFS 2012 not copying transformed Web.Config to _PublishedWebsite

add /p:UseWPP_CopyWebApplication=true /p:PipelineDependsOnBuild=false to the command solved the issue

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.