BalassaMarton / MSBump

MSBuild task that bumps the version of a Visual Studio 2017 project.
129 stars 29 forks source link

Forced to reload project after build #13

Open damck opened 6 years ago

damck commented 6 years ago

I have installed MSBump via NuGet and although it appears to work (the version in .csproj is changed), VS2017 pops up a dialog forcing me to reload the project. I assume it has detected the .csproj file change. This upsets out TeamCity continuous integration builds.

PS - I notice that if I build the MultiTargetting solution from the ZIP, the version is updated but VS2017 doesn't pop up a "reload solution" dialog! What gives?

BalassaMarton commented 6 years ago

@damck can you provide a test case? Do you get any errors/warning when building with dotnet build?