[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)
[platform/upstream/coreclr.git] / eng / update-dependencies.cmd
index 8a81f5b..a6ae7e7 100644 (file)
@@ -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%" %*