summaryrefslogtreecommitdiff
path: root/run.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'run.cmd')
-rw-r--r--run.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/run.cmd b/run.cmd
index 450927b4af..5327df4435 100644
--- a/run.cmd
+++ b/run.cmd
@@ -48,6 +48,9 @@ if NOT [%ERRORLEVEL%]==[0] (
exit /b 1
)
+:: Always copy over the Tools-Override
+xcopy %~dp0Tools-Override\* %~dp0Tools /y >nul
+
set _toolRuntime=%~dp0Tools
set _dotnet=%_toolRuntime%\dotnetcli\dotnet.exe