projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e54a20a
)
Fix update-dependencies maestro invocations
author
Viktor Hofer
<viktor.hofer@microsoft.com>
Thu, 21 Mar 2019 17:01:23 +0000
(18:01 +0100)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/eng/update-dependencies.cmd
b/eng/update-dependencies.cmd
index
3cb2af2
..
95471b6
100644
(file)
--- a/
eng/update-dependencies.cmd
+++ b/
eng/update-dependencies.cmd
@@
-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%