Fix update-dependencies maestro invocations
authorViktor Hofer <viktor.hofer@microsoft.com>
Thu, 21 Mar 2019 17:01:23 +0000 (18:01 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2019 17:01:23 +0000 (18:01 +0100)
Commit migrated from https://github.com/dotnet/corefx/commit/922492558648039b520d40941966486921a8da19

eng/update-dependencies.cmd

index 3cb2af2..95471b6 100644 (file)
@@ -1,4 +1,4 @@
 @echo off
-powershell -ExecutionPolicy ByPass -NoProfile %~dp0build.ps1 -inittools
+powershell -ExecutionPolicy ByPass -NoProfile %~dp0build.ps1 -restore
 powershell -ExecutionPolicy ByPass -NoProfile %~dp0common\msbuild.ps1 %~dp0..\build.proj %*
 exit /b %ERRORLEVEL%