Revert "Auto merge of #25509 - jdm:angle-up, r=asajeffrey"

This reverts commit ce6204b904, reversing
changes made to 904fcb4317.
This commit is contained in:
Josh Matthews 2020-02-10 11:25:46 -05:00
parent 5bcd0d8dd0
commit 4a4b8bd9bd
3 changed files with 6 additions and 6 deletions

View file

@ -790,7 +790,7 @@ def angle_root(target, nuget_env):
}
angle_arch = arch[target.split('-')[0]]
angle_default_path = path.join(os.getcwd(), "support", "hololens", "packages",
"ANGLE.WindowsStore.Servo.2.1.18", "bin", "UAP", angle_arch)
"ANGLE.WindowsStore.Servo.2.1.16", "bin", "UAP", angle_arch)
# Nuget executable command
nuget_app = path.join(os.getcwd(), "support", "hololens", "ServoApp.sln")