dotnet-installer/build_projects/update-dependencies
Matt Ellis 779d26901d Make update-dependencies idempotent in the only update case
Today, if you run update-dependencies --Update and there are no
changes that need to be made (for example, you ran it previously) and
there are pending changes (i.e. git status shows diffs) the program
crashes with an unhandled exception because some code in VersionTools
is upset that there are pending changes since it thinks there should
be none.

Re-structure the code such that we don't call the method that's going
to throw when we are just updating dependencies. This also means
devs (or the composed build) who want to run this more than once do
longer have to reset changes beforehand.
2017-02-28 11:33:37 -08:00
..
Config.cs Consume local info support from VersionTools 2017-02-21 16:56:00 -05:00
Dirs.cs Move update-dependencies under build_projects. 2016-05-25 22:06:59 -05:00
Program.cs Make update-dependencies idempotent in the only update case 2017-02-28 11:33:37 -08:00
update-dependencies.csproj Consume local info support from VersionTools 2017-02-21 16:56:00 -05:00
update-dependencies.ps1 Get update-dependenices working again 2017-02-13 17:30:33 -08:00
update-dependencies.sh Get update-dependenices working again 2017-02-13 17:30:33 -08:00