Automatic deployment of web application with publishing profiles directly from TFS 2012
we're using visual studio 2012 , team foundation server 2012 delveloping web application. i'm setting automatic deployment our iis test server. i've configured iis web deploy handler accept web deploy. i've created a publish profile "test_deploy" in vs 2012. if run publishing using profile vs 2012 works fine. far, good. however, i'd automatically deploy app during automatic build in tfs. i've set team build , created build definitions. compiles fine. deployment added /p:deployonbuild=true;publishprofile=test_deploy msbuild arguments. again build runs through, afterwards nothing deployed iis. doing wrong?
i had add visualstudioversion=11.0 msbuild arguments. works fine now. stumbled on chance no stackoverflow. have saved me hours if have been documented in official tutorials. there official documentation documents options one?
Archived Forums V > Team Foundation Server - Build and release management
Comments
Post a Comment