Disable node reuse
authorMatt Mitchell <mmitche@microsoft.com>
Tue, 23 Aug 2016 19:03:41 +0000 (12:03 -0700)
committerMatt Mitchell <mmitche@microsoft.com>
Tue, 23 Aug 2016 20:44:23 +0000 (13:44 -0700)
BuildToolsVersion.txt
config.json

index d2f9c69..acf5f59 100644 (file)
@@ -1 +1 @@
-1.0.26-prerelease-00718-04
\ No newline at end of file
+1.0.26-prerelease-00719-02
\ No newline at end of file
index f2628ee..3a73eed 100644 (file)
       "values": [],
       "defaultValue": ""
     },
-    "MsBuildParameters": {
-      "description": "MsBuild building options.",
-      "valueType": "passThrough",
-      "values": [],
-      "defaultValue": "/nologo /verbosity:minimal /clp:Summary"
-    },
     "MsBuildFileLogging": {
       "description": "MsBuild logging options.",
       "valueType": "passThrough",
       "values": [ "real" ],
       "defaultValue": ""
     },
-    "maxcpucount": {
-      "description": "Msbuild internal command.",
-      "valueType": "internal",
-      "values": [],
-      "defaultValue": ""
-    },
     "CLRTestPriorityToBuild": {
       "description": "Sets priority to build test.",
       "valueType": "property",
             "CLRTestPriorityToBuild": "default"
           }
         },
-        "sequential": {
-          "description": "Sets sequential build",
-          "settings": {
-            "maxcpucount": "default"
-          }
-        },
         "skipRestore": {
           "description": "Skips restoring packages during build.",
           "settings": {
       "defaultValues": {
         "toolName": "msbuild",
         "settings": {
-          "maxcpucount": "default",
-          "MsBuildParameters": "default",
           "MsBuildLog": "default",
           "MsBuildWrn": "default",
           "MsBuildErr": "default"
       "defaultValues": {
         "toolName": "msbuild",
         "settings": {
-          "MsBuildParameters": "default",
-          "maxcpucount": "default",
           "MsBuildFileLogging": "/flp:v=detailed;LogFile=sync.log"
         }
       }
         "toolName": "msbuild",
         "settings": {
           "Project": "./src/publish.proj",
-          "MsBuildParameters": "default",
-          "maxcpucount": "default",
           "MsBuildFileLogging": "/flp:v=detailed;LogFile=publish-packages.log"
         }
       }
       "defaultValues": {
         "toolName": "msbuild",
         "settings": {
-          "MsBuildParameters": "default",
           "__BuildOS": "default",
-          "maxcpucount": "default",
           "MsBuildFileLogging": "/flp:v=detailed;Append;LogFile=build-packages.log",
           "MsBuildEventLogging": "default"
         }
   },
   "tools": {
     "msbuild": {
-      "run": {
-        "windows": "Tools\\msbuild.cmd",
-        "unix": "Tools/msbuild.sh"
+      "osSpecific": {
+        "windows": {
+          "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount /nodeReuse:false",
+          "path": "Tools/msbuild.cmd"
+        },
+        "unix": {
+          "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount",
+          "path": "Tools/msbuild.sh"
+        }
       },
       "valueTypes": {
         "property": "/p:{name}={value}",