summaryrefslogtreecommitdiff
path: root/eng/common/msbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'eng/common/msbuild.sh')
-rwxr-xr-xeng/common/msbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/common/msbuild.sh b/eng/common/msbuild.sh
index 6fe07cb798..8160cd5a59 100755
--- a/eng/common/msbuild.sh
+++ b/eng/common/msbuild.sh
@@ -50,5 +50,9 @@ done
. "$scriptroot/tools.sh"
+if [[ "$ci" == true ]]; then
+ node_reuse=false
+fi
+
MSBuild $extra_args
ExitWithExitCode 0