diff options
author | wtgodbe <wigodbe@microsoft.com> | 2017-10-23 14:17:21 -0700 |
---|---|---|
committer | wtgodbe <wigodbe@microsoft.com> | 2017-10-24 12:27:47 -0700 |
commit | b813321f918b91142e95bc6b74d524664ea703ba (patch) | |
tree | 587184af0ef552d035d5d9bf918c73ef06a7f184 /init-tools.cmd | |
parent | 15e1472aab7ed42dafde0331ed6cece465a0763d (diff) | |
download | coreclr-b813321f918b91142e95bc6b74d524664ea703ba.tar.gz coreclr-b813321f918b91142e95bc6b74d524664ea703ba.tar.bz2 coreclr-b813321f918b91142e95bc6b74d524664ea703ba.zip |
Use new feed tasks package & auto-update version
Diffstat (limited to 'init-tools.cmd')
-rw-r--r-- | init-tools.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init-tools.cmd b/init-tools.cmd index 235f64532e..39209820b6 100644 --- a/init-tools.cmd +++ b/init-tools.cmd @@ -54,8 +54,8 @@ if NOT exist "%DOTNET_LOCAL_PATH%" ( if exist "%BUILD_TOOLS_PATH%" goto :afterbuildtoolsrestore echo Restoring BuildTools version %BUILDTOOLS_VERSION%... -echo Running: "%DOTNET_CMD%" restore "%INIT_TOOLS_RESTORE_PROJECT%" --no-cache --packages %PACKAGES_DIR% --source "%BUILDTOOLS_SOURCE%" /p:BuildToolsPackageVersion=%BUILDTOOLS_VERSION% /p:ToolsDir=%TOOLRUNTIME_DIR% >> "%INIT_TOOLS_LOG%" -call "%DOTNET_CMD%" restore "%INIT_TOOLS_RESTORE_PROJECT%" --no-cache --packages %PACKAGES_DIR% --source "%BUILDTOOLS_SOURCE%" /p:BuildToolsPackageVersion=%BUILDTOOLS_VERSION% /p:ToolsDir=%TOOLRUNTIME_DIR% >> "%INIT_TOOLS_LOG%" +echo Running: "%DOTNET_CMD%" restore "%INIT_TOOLS_RESTORE_PROJECT%" --no-cache --packages %PACKAGES_DIR% --source "%BUILDTOOLS_SOURCE%" /p:BuildToolsPackageVersion=%BUILDTOOLS_VERSION% >> "%INIT_TOOLS_LOG%" +call "%DOTNET_CMD%" restore "%INIT_TOOLS_RESTORE_PROJECT%" --no-cache --packages %PACKAGES_DIR% --source "%BUILDTOOLS_SOURCE%" /p:BuildToolsPackageVersion=%BUILDTOOLS_VERSION% >> "%INIT_TOOLS_LOG%" if NOT exist "%BUILD_TOOLS_PATH%init-tools.cmd" ( echo ERROR: Could not restore build tools correctly. 1>&2 goto :error |