Update the path to built runtime for `build -vs` (#1295)
authorGanbarukamo41 <ganbarukamo@gmail.com>
Sat, 4 Jan 2020 23:14:01 +0000 (08:14 +0900)
committerAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Sat, 4 Jan 2020 23:14:01 +0000 (15:14 -0800)
commitb174fdce50303f7aad53022ae623b5a9629289b1
tree3318079566e66d15c5790eb252be57170bd35a92
parent2c6ec170197f42ce5ce21ceca27e89af6f1e6030
Update the path to built runtime for `build -vs` (#1295)

* After 3b9abae, the script was not updated to reflect the changes and was still setting the old path. This resulted in VSTest failing with `It was not possible to find any compatible framework version...`. This commit updates the path (albeit hard-coded; though, this is done in a few other scripts as well) to fix this for now.
eng/build.ps1