.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

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -