summaryrefslogtreecommitdiff
path: root/init-tools.cmd
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-10-17 16:27:08 -0700
committerJan Kotas <jkotas@microsoft.com>2016-10-17 18:30:15 -0700
commit943b05e15ea0d8936b7ebd145391d7c82f26d3e7 (patch)
tree7a98af9747ca85b027cd88d9d04be070c78ad3be /init-tools.cmd
parentb39d1afb8f6d28340786eeaba142afbd2eff3790 (diff)
downloadcoreclr-943b05e15ea0d8936b7ebd145391d7c82f26d3e7.tar.gz
coreclr-943b05e15ea0d8936b7ebd145391d7c82f26d3e7.tar.bz2
coreclr-943b05e15ea0d8936b7ebd145391d7c82f26d3e7.zip
Change the name buildtools semaphore temporarily
Diffstat (limited to 'init-tools.cmd')
-rw-r--r--init-tools.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-tools.cmd b/init-tools.cmd
index f1e9f1fa82..cb1aad4f9e 100644
--- a/init-tools.cmd
+++ b/init-tools.cmd
@@ -12,7 +12,7 @@ set BUILD_TOOLS_PATH=%PACKAGES_DIR%Microsoft.DotNet.BuildTools\%BUILDTOOLS_VERSI
set PROJECT_JSON_PATH=%TOOLRUNTIME_DIR%\%BUILDTOOLS_VERSION%
set PROJECT_JSON_FILE=%PROJECT_JSON_PATH%\project.json
set PROJECT_JSON_CONTENTS={ "dependencies": { "Microsoft.DotNet.BuildTools": "%BUILDTOOLS_VERSION%" , "Microsoft.DotNet.BuildTools.Coreclr": "1.0.4-prerelease"}, "frameworks": { "dnxcore50": { } } }
-set BUILD_TOOLS_SEMAPHORE=%PROJECT_JSON_PATH%\init-tools.completed
+set BUILD_TOOLS_SEMAPHORE=%PROJECT_JSON_PATH%\init-tools.completed0
set TOOLS_INIT_RETURN_CODE=0
:: if force option is specified then clean the tool runtime and build tools package directory to force it to get recreated