.net - Force Visual Studio to Rebuild a Solution before Publishing -
i developing multi project solution in vs2102. 1 of projects has post-build event updates version numbers in main project (assemblyinfo.cs , project file) before compiling. means whole solution must rebuilt before clicking publish (vs doesn't build @ point since there may not changes). there way program vs automatically rebuild pre-publish?
Comments
Post a Comment