Fix update versions logic (dotnet/coreclr#26768)
authorSven Boemer <sbomer@gmail.com>
Wed, 18 Sep 2019 22:25:05 +0000 (15:25 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2019 22:25:05 +0000 (15:25 -0700)
commitd82205ef52c29b3c7aa8d2a9e8bfbf44f6f4959d
tree1565ca264401367d1016350bcf2be6ba541e559a
parentb968a545aeb843101243570d244aae926cfea97b
Fix update versions logic (dotnet/coreclr#26768)

* Fix update versions logic

After https://github.com/dotnet/coreclr/pull/26108, this was broken
because the Tools.proj was never restored on the agent running the
finalize-publish job. This fixes the script to do a restore, and adds
a missing import.

* Remove UpdatePublishedVersions.ps1 and add darc dependency

Commit migrated from https://github.com/dotnet/coreclr/commit/9be00be2ad5586d93864a77ef4c706fc9be89467
eng/finalize-publish.yml
eng/updateversions.proj
src/coreclr/UpdatePublishedVersions.ps1 [deleted file]