3 "CloudDropAccessToken": {
4 "description": "Azure access token",
5 "valueType": "property",
9 "CloudDropAccountName": {
10 "description": "Azure account name.",
11 "valueType": "property",
16 "description": "Product build major number.",
17 "valueType": "property",
22 "description": "Product build minor number.",
23 "valueType": "property",
28 "description": "Container name for Azure upload.",
29 "valueType": "property",
33 "MsBuildFileLogging": {
34 "description": "MsBuild logging options.",
35 "valueType": "passThrough",
37 "defaultValue": "/flp:v=normal"
39 "MsBuildEventLogging": {
40 "description": "MsBuild logging options.",
41 "valueType": "passThrough",
43 "defaultValue": "/l:BinClashLogger,Tools/net45/Microsoft.DotNet.Build.Tasks.dll;LogFile=binclash.log"
46 "description": "Specifies the OSGroup.",
47 "valueType": "property",
48 "values": [ "Windows_NT", "Linux", "Unix", "OSX" ],
49 "defaultValue": "${OSName}"
51 "RestoreNETCorePlatforms": {
52 "description": "MsBuild target that restores the NETCore packages.",
53 "valueType": "target",
58 "description": "MsBuild target that restores optimization profile data.",
59 "valueType": "target",
63 "RestoreDuringBuild": {
64 "description": "Enables/disables package restore.",
65 "valueType": "property",
66 "values": [ true, false ],
70 "description": "Project where the commands are going to be applied.",
71 "valueType": "passThrough",
76 "description": "Specifies the configuration to publish packages",
77 "valueType": "property",
78 "values": [ "release", "debug", "checked" ],
79 "defaultValue": "debug"
82 "description": "Specifies the architecture to publish packages",
83 "valueType": "property",
84 "values": [ "x64", "x86", "arm", "arm64" ],
85 "defaultValue": "${CPUArch}"
88 "description": "Specifies the OS to publish packages.",
89 "valueType": "property",
90 "values": [ "Linux", "OSX", "FreeBSD", "OpenBSD", "NetBSD", "SunOS", "Windows_NT" ],
91 "defaultValue": "${OSName}"
94 "description": "Specifies the distro rid for Unix OS.",
95 "valueType": "property",
97 "defaultValue": "${OSRid}"
100 "description": "Sets the Visual Studio version to use.",
101 "valueType": "property",
103 "defaultValue": "vs2015"
106 "description": "Directory of the dir.props file.",
107 "valueType": "property",
112 "description": "Source directory.",
113 "valueType": "property",
118 "description": "Packages directory.",
119 "valueType": "property",
124 "description": "Root bin directory.",
125 "valueType": "property",
130 "description": "Bin directory of specific OS, Arch and Type being built.",
131 "valueType": "property",
135 "__IntermediatesDir": {
136 "description": "Intermediates bin directory.",
137 "valueType": "property",
141 "__PackagesBinDir": {
142 "description": "Packages bin directory.",
143 "valueType": "property",
147 "__TestWorkingDir": {
148 "description": "Test working directory.",
149 "valueType": "property",
153 "GenerateVersionHeader": {
154 "description": "Generates _version.h",
155 "valueType": "passThrough",
157 "defaultValue": "/t:GenerateVersionHeader /p:GenerateVersionHeader=true"
159 "GenerateVersionSourceFile": {
160 "description": "Generate version.cpp",
161 "valueType": "passThrough",
163 "defaultValue": "/t:GenerateVersionSourceFile /p:GenerateVersionSourceFile=true"
165 "NativeVersionSourceFile": {
166 "description": "Provides location for version.cpp",
167 "valueType": "property",
171 "NativeVersionHeaderFile": {
172 "description": "Provides location for _version.h",
173 "valueType": "property",
178 "description": "Official Build Id.",
179 "valueType": "property",
184 "description": "Specifies the build type for native build.",
185 "valueType": "property",
186 "values": [ "debug", "release", "checked" ],
187 "defaultValue": "debug"
190 "description": "Set when building for arm64.",
191 "valueType": "property",
192 "values": [ true, false ],
196 "description": "Sets the build arch for native build.",
197 "valueType": "property",
198 "values": [ "x86", "x64", "arm", "arm64" ],
199 "defaultValue": "${CPUArch}"
202 "description": "Specifies rebuild target.",
203 "valueType": "target",
208 "description": "Specifies build logs for build alias.",
209 "valueType": "passThrough",
214 "description": "Specifies build logs for build alias.",
215 "valueType": "passThrough",
220 "description": "Specifies build logs for build alias.",
221 "valueType": "passThrough",
225 "BuildNugetPackage": {
226 "description": "Specifies to build nuget packages.",
227 "valueType": "property",
228 "values": [ true, false ],
232 "description": "Sets the SignType.",
233 "valueType": "property",
234 "values": [ "real" ],
237 "CLRTestPriorityToBuild": {
238 "description": "Sets priority to build test.",
239 "valueType": "property",
244 "description": "Sets ilasm round trip property.",
245 "valueType": "property",
246 "values": [ true, false ],
249 "CreateTestOverlay": {
250 "description": "Runs CreateTestOverlay target.",
251 "valueType": "target",
255 "CreateNonWindowsTestOverlay": {
256 "description": "Runs CreateNonWindowsTestOverlay target.",
257 "valueType": "target",
262 "description": "Sets build verbosity.",
263 "valueType": "passThrough",
265 "defaultValue": "/v:normal"
268 "description": "Runs the build target.",
269 "valueType": "target",
273 "UseSharedCompilation": {
274 "description": "Sets the use shared compilation property.",
275 "valueType": "property",
276 "values": [ true, false ],
279 "UpdateInvalidPackageVersions": {
280 "description": "Runs the target to update package versions.",
281 "valueType": "target",
285 "GenerateRuntimeLayout": {
286 "description": "Generates Core_Root folder",
287 "valueType": "property",
288 "values": [ true, false ],
291 "BuildTestsAgainstPackages": {
292 "description": "Sets the property specifying if we're building tests against packages",
293 "valueType": "property",
294 "values": [ true, false ],
297 "PublishTestNativeBins": {
298 "description": "Publishes test native binaries to Azure on non-windows",
299 "valueType": "property",
300 "values": [ true, false ],
304 "description": "Builds test Xunit wrappers",
305 "valueType": "property",
306 "values": [ true, false ],
310 "description": "Specifies the OS to build Core_Root for",
311 "valueType": "property",
312 "values": [ "debian.8-x64", "fedora.23-x64", "opensuse.42.1-x64", "osx.10.10-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
313 "defaultValue": "${__RuntimeId}"
315 "UpdateDependencies": {
316 "description": "MsBuild target that updates project.json dependencies.",
317 "valueType": "target",
321 "BatchRestorePackages": {
322 "description": "MsBuild target that restores the packages.",
323 "valueType": "target",
328 "description": "Place mscorlib.dll in bin/Product ref folder for building tests against",
329 "valueType": "target",
334 "description": "Place test dependencies in bin/Product folder for building tests against",
335 "valueType": "target",
339 "CopyCrossgenToProduct": {
340 "description": "Place crossgen.exe in bin/Product folder for building tests against",
341 "valueType": "target",
346 "description": "Extra parameters will be passed to the selected command.",
347 "valueType": "passThrough",
355 "generateHeaderWindows": {
356 "description": "Generates _version.h",
358 "GenerateVersionHeader": "default",
359 "NativeVersionHeaderFile": "default"
362 "generateHeaderUnix": {
363 "description": "Generates version.cpp",
365 "GenerateVersionSourceFile": "default",
366 "NativeVersionSourceFile": "default"
370 "description": "Sets the verbosity",
372 "Verbosity": "/v:detailed"
376 "description": "Sets the sign type.",
382 "description": "Sets buildtype.",
384 "__BuildType": "default"
388 "description": "Sets buildarch.",
390 "__BuildArch": "default"
394 "description": "Sets the OS to build.",
396 "__BuildOS": "default"
400 "description": "Runs test overlay target.",
402 "CreateTestOverlay": "default"
406 "description": "Sets CLRTestPriorityToBuild property.",
408 "CLRTestPriorityToBuild": "default"
412 "description": "Skips restoring packages during build.",
414 "RestoreDuringBuild": false
418 "description": "Runs the build target.",
425 "toolName": "msbuild",
427 "MsBuildLog": "default",
428 "MsBuildWrn": "default",
429 "MsBuildErr": "default",
430 "MsBuildEventLogging": "default"
437 "description": "Restores all NuGet packages for repository.",
439 "Project": "./build.proj",
440 "RestoreDuringBuild": true,
441 "RestoreNETCorePlatforms": "default"
445 "description": "Restores optimization profile data for the repository.",
447 "Project": "./build.proj",
448 "RestoreDuringBuild": true,
449 "RestoreOptData": "default"
453 "description": "Downloads the latests product packages from Azure. The values for '-AzureAccount' and '-AzureToken' are required",
455 "Project": "./src/syncAzure.proj"
459 "description": "Downloads test native binaries. The values for '-AzureAccount', '-AzureToken', and '-Container' are required",
461 "Project": "./src/syncAzure.proj",
462 "PublishTestNativeBins": "true"
466 "description": "Account token to connect to Azure Blob storage.",
468 "CloudDropAccessToken": "default"
472 "description": "Account name to connect to Azure Blob storage.",
474 "CloudDropAccountName": "default"
478 "description": "Container name to download from in Azure Blob storage.",
480 "__Container": "default"
484 "description": "Runtime ID of the binaries in the specified container.",
486 "RuntimeId": "default"
490 "description": "Passes /flp:v=diag to the msbuild command or the value passed by the user.",
492 "MsBuildFileLogging": "/flp:v=diag;LogFile=sync.log"
496 "description": "To download a specific group of product packages, specify build number. The value for -BuildMinor required.",
498 "BuildNumberMajor": "default"
502 "description": "To download a specific group of product packages, specify build number. The value for -BuildMajor required.",
504 "BuildNumberMinor": "default"
509 "toolName": "msbuild",
511 "MsBuildFileLogging": "/flp:v=detailed;LogFile=sync.log"
515 "publish-packages": {
518 "description": "Account token to connect to Azure Blob storage.",
520 "CloudDropAccessToken": "default"
524 "description": "Account name to connect to Azure Blob storage.",
526 "CloudDropAccountName": "default"
530 "description": "Container name to upload into in Azure Blob storage.",
532 "__Container": "default"
536 "description": "Specifies architecture to publish, can be x64, x86, arm or arm64",
538 "__BuildArch": "default"
542 "description": "Specifies configuration to publish, can be Release, Debug or Checked.",
544 "__BuildType": "default"
548 "description": "Specifies the OS to publish packages.",
550 "__BuildOS": "default"
554 "description": "Specifies distro rid for Unix OS.",
556 "__DistroRid": "default"
559 "PublishTestNativeBins": {
560 "description": "Publishes test native binaries.",
562 "PublishTestNativeBins": "default"
567 "toolName": "msbuild",
569 "Project": "./src/publish.proj",
570 "MsBuildFileLogging": "/flp:v=detailed;LogFile=publish-packages.log"
577 "description": "Specifies architecture to publish, can be x64, x86, arm or arm64",
579 "__BuildArch": "default"
583 "description": "Specifies configuration to publish, can be Release, Debug or Checked.",
585 "__BuildType": "default"
589 "description": "Specifies distro rid for Unix OS.",
591 "__DistroRid": "default"
596 "toolName": "msbuild",
598 "__BuildOS": "default",
599 "MsBuildFileLogging": "/flp:v=detailed;Append;LogFile=build-packages.log",
600 "MsBuildEventLogging": "default",
601 "Project": "src/.nuget/packages.builds"
610 "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount /nodeReuse:false",
611 "path": "Tools/msbuild.cmd"
614 "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount",
615 "path": "Tools/msbuild.sh"
619 "property": "/p:{name}={value}",
620 "target": "/t:{name}",
621 "internal": "/{name}"