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?