Visual Studio 2015 changes config from debug to release when i publish -
i have project set debug config normal coding. when publish using 'publish web' button, config automatically changes release after publish completed. if open 'edit publish profile' , publish dialog box, not happen.
anyone know if bug or can address through type of config setting?
thanks.
martin noreke's comment correct:
publish compile , push release build, doesn't reset afterwards.
vice versa, if publish using profile has debug configuration while having release selected, visual studio switches debug.
this happens when use web click once publish toolbar though.
if publish using publish web dialog, visual studio doesn't switch configuration. can open dialog clicking button next publish button on toolbar, or right-clicking project , clicking "publish...".
edit: appears fixed in visual studio 2017.
Comments
Post a Comment