Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariana Rios Flores <mariari@microsoft.com>2016-08-16 02:19:48 +0300
committerGitHub <noreply@github.com>2016-08-16 02:19:48 +0300
commit916f37b983010b5f3e7806b722d47a461fd5ec91 (patch)
treeff779c85654ccfbafafea90438cce0f5c3622dff /build-managed.cmd
parentf2f264f9e71bc982431a1ed21417ac7d3a3fd847 (diff)
change nodoReuse to nodeReuse (#10803)
Diffstat (limited to 'build-managed.cmd')
-rw-r--r--build-managed.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-managed.cmd b/build-managed.cmd
index cdc4b1847c..0fef455887 100644
--- a/build-managed.cmd
+++ b/build-managed.cmd
@@ -1,2 +1,2 @@
-@call %~dp0run.cmd build-managed -nodoReuse -binclashWindows %*
+@call %~dp0run.cmd build-managed -nodeReuse -binclashWindows %*
@exit /b %ERRORLEVEL% \ No newline at end of file