I'm having an annoying issue with MSDeploy and Visual Studio's publish profile. In my project I have a property group that I setup an item to reference later.
<LocalBuildLocation>$(SolutionDir)WebSites\MyWebSite\</LocalBuildLocation>
Unfortunately, Visual Studio will randomly drop the $(SolutionDir)
string from this property and my build will fail. I copy it back in manually and everything is good to go.
Can anyone think of why this item keeps removing itself?