summaryrefslogtreecommitdiff
path: root/eng/update-dependencies.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'eng/update-dependencies.cmd')
-rw-r--r--eng/update-dependencies.cmd12
1 files changed, 1 insertions, 11 deletions
diff --git a/eng/update-dependencies.cmd b/eng/update-dependencies.cmd
index 8a81f5b8d8..a6ae7e7044 100644
--- a/eng/update-dependencies.cmd
+++ b/eng/update-dependencies.cmd
@@ -1,17 +1,7 @@
@if not defined _echo @echo off
setlocal
-:: Clear the 'Platform' env variable for this session, as it's a per-project setting within the build, and
-:: misleading value (such as 'MCD' in HP PCs) may lead to build breakage (issue: #69).
-set Platform=
-
-:: Restore the Tools directory
-call "%~dp0..\init-tools.cmd"
-if NOT [%ERRORLEVEL%]==[0] (
- exit /b 1
-)
-
-set "DotNetCli=%~dp0..\Tools\dotnetcli\dotnet.exe"
+set "DotNetCli=%~dp0..\dotnet.cmd"
set "DependenciesBuildProj=%~dp0..\tests\build.proj"
echo Running: "%DotNetCli%" msbuild "%DependenciesBuildProj%" %*