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",
57 "RestoreDuringBuild": {
58 "description": "Enables/disables package restore.",
59 "valueType": "property",
60 "values": [ true, false ],
64 "description": "Project where the commands are going to be applied.",
65 "valueType": "passThrough",
70 "description": "Specifies the configuration to publish packages",
71 "valueType": "property",
72 "values": [ "release", "debug", "checked" ],
73 "defaultValue": "debug"
76 "description": "Specifies the architecture to publish packages",
77 "valueType": "property",
78 "values": [ "x64", "x86", "arm", "arm64" ],
79 "defaultValue": "${CPUArch}"
82 "description": "Specifies the OS to publish packages.",
83 "valueType": "property",
84 "values": [ "Linux", "OSX", "FreeBSD", "OpenBSD", "NetBSD", "SunOS", "Windows_NT" ],
85 "defaultValue": "${OSName}"
88 "description": "Specifies the distro rid for Unix OS.",
89 "valueType": "property",
91 "defaultValue": "${OSRid}"
94 "description": "Sets the Visual Studio version to use.",
95 "valueType": "property",
97 "defaultValue": "vs2015"
100 "description": "Directory of the dir.props file.",
101 "valueType": "property",
106 "description": "Source directory.",
107 "valueType": "property",
112 "description": "Packages directory.",
113 "valueType": "property",
118 "description": "Root bin directory.",
119 "valueType": "property",
124 "description": "Bin directory of specific OS, Arch and Type being built.",
125 "valueType": "property",
129 "__IntermediatesDir": {
130 "description": "Intermediates bin directory.",
131 "valueType": "property",
135 "__PackagesBinDir": {
136 "description": "Packages bin directory.",
137 "valueType": "property",
141 "__TestWorkingDir": {
142 "description": "Test working directory.",
143 "valueType": "property",
147 "GenerateVersionHeader": {
148 "description": "Generates _version.h",
149 "valueType": "passThrough",
151 "defaultValue": "/t:GenerateVersionHeader /p:GenerateVersionHeader=true"
153 "GenerateVersionSourceFile": {
154 "description": "Generate version.cpp",
155 "valueType": "passThrough",
157 "defaultValue": "/t:GenerateVersionSourceFile /p:GenerateVersionSourceFile=true"
159 "NativeVersionSourceFile": {
160 "description": "Provides location for version.cpp",
161 "valueType": "property",
165 "NativeVersionHeaderFile": {
166 "description": "Provides location for _version.h",
167 "valueType": "property",
172 "description": "Official Build Id.",
173 "valueType": "property",
178 "description": "Specifies the build type for native build.",
179 "valueType": "property",
180 "values": [ "debug", "release", "checked" ],
181 "defaultValue": "debug"
184 "description": "Set when building for arm64.",
185 "valueType": "property",
186 "values": [ true, false ],
190 "description": "Sets the build arch for native build.",
191 "valueType": "property",
192 "values": [ "x86", "x64", "arm", "arm64" ],
193 "defaultValue": "${CPUArch}"
196 "description": "Specifies rebuild target.",
197 "valueType": "target",
202 "description": "Specifies build logs for build alias.",
203 "valueType": "passThrough",
208 "description": "Specifies build logs for build alias.",
209 "valueType": "passThrough",
214 "description": "Specifies build logs for build alias.",
215 "valueType": "passThrough",
219 "BuildNugetPackage": {
220 "description": "Specifies to build nuget packages.",
221 "valueType": "property",
222 "values": [ true, false ],
226 "description": "Sets the SignType.",
227 "valueType": "property",
228 "values": [ "real" ],
231 "CLRTestPriorityToBuild": {
232 "description": "Sets priority to build test.",
233 "valueType": "property",
238 "description": "Sets ilasm round trip property.",
239 "valueType": "property",
240 "values": [ true, false ],
243 "CreateTestOverlay": {
244 "description": "Runs CreateTestOverlay target.",
245 "valueType": "target",
249 "CreateNonWindowsTestOverlay": {
250 "description": "Runs CreateNonWindowsTestOverlay target.",
251 "valueType": "target",
256 "description": "Sets build verbosity.",
257 "valueType": "passThrough",
259 "defaultValue": "/v:normal"
262 "description": "Runs the build target.",
263 "valueType": "target",
267 "UseSharedCompilation": {
268 "description": "Sets the use shared compilation property.",
269 "valueType": "property",
270 "values": [ true, false ],
273 "UpdateInvalidPackageVersions": {
274 "description": "Runs the target to update package versions.",
275 "valueType": "target",
279 "GenerateRuntimeLayout": {
280 "description": "Generates Core_Root folder",
281 "valueType": "property",
282 "values": [ true, false ],
285 "BuildTestsAgainstPackages": {
286 "description": "Sets the property specifying if we're building tests against packages",
287 "valueType": "property",
288 "values": [ true, false ],
291 "PublishTestNativeBins": {
292 "description": "Publishes test native binaries to Azure on non-windows",
293 "valueType": "property",
294 "values": [ true, false ],
298 "description": "Builds test Xunit wrappers",
299 "valueType": "property",
300 "values": [ true, false ],
304 "description": "Specifies the OS to build Core_Root for",
305 "valueType": "property",
306 "values": [ "debian.8-x64", "fedora.23-x64", "opensuse.13.2-x64", "opensuse.42.1-x64", "osx.10.10-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
307 "defaultValue": "${__RuntimeId}"
309 "UpdateDependencies": {
310 "description": "MsBuild target that updates project.json dependencies.",
311 "valueType": "target",
315 "BatchRestorePackages": {
316 "description": "MsBuild target that restores the packages.",
317 "valueType": "target",
322 "description": "Place mscorlib.dll in bin/Product ref folder for building tests against",
323 "valueType": "target",
328 "description": "Place test dependencies in bin/Product folder for building tests against",
329 "valueType": "target",
333 "CopyCrossgenToProduct": {
334 "description": "Place crossgen.exe in bin/Product folder for building tests against",
335 "valueType": "target",
340 "description": "Extra parameters will be passed to the selected command.",
341 "valueType": "passThrough",
349 "generateHeaderWindows": {
350 "description": "Generates _version.h",
352 "GenerateVersionHeader": "default",
353 "NativeVersionHeaderFile": "default"
356 "generateHeaderUnix": {
357 "description": "Generates version.cpp",
359 "GenerateVersionSourceFile": "default",
360 "NativeVersionSourceFile": "default"
364 "description": "Sets the verbosity",
366 "Verbosity": "/v:detailed"
370 "description": "Sets the sign type.",
376 "description": "Sets buildtype.",
378 "__BuildType": "default"
382 "description": "Sets buildarch.",
384 "__BuildArch": "default"
388 "description": "Sets the OS to build.",
390 "__BuildOS": "default"
394 "description": "Runs test overlay target.",
396 "CreateTestOverlay": "default"
400 "description": "Sets CLRTestPriorityToBuild property.",
402 "CLRTestPriorityToBuild": "default"
406 "description": "Skips restoring packages during build.",
408 "RestoreDuringBuild": false
412 "description": "Runs the build target.",
419 "toolName": "msbuild",
421 "MsBuildLog": "default",
422 "MsBuildWrn": "default",
423 "MsBuildErr": "default",
424 "MsBuildEventLogging": "default"
431 "description": "Restores all NuGet packages for repository.",
433 "Project": "./build.proj",
434 "RestoreDuringBuild": true,
435 "RestoreNETCorePlatforms": "default"
439 "description": "Downloads the latests product packages from Azure. The values for '-AzureAccount' and '-AzureToken' are required",
441 "Project": "./src/syncAzure.proj"
445 "description": "Downloads test native binaries. The values for '-AzureAccount', '-AzureToken', and '-Container' are required",
447 "Project": "./src/syncAzure.proj",
448 "PublishTestNativeBins": "true"
452 "description": "Account token to connect to Azure Blob storage.",
454 "CloudDropAccessToken": "default"
458 "description": "Account name to connect to Azure Blob storage.",
460 "CloudDropAccountName": "default"
464 "description": "Container name to download from in Azure Blob storage.",
466 "__Container": "default"
470 "description": "Runtime ID of the binaries in the specified container.",
472 "RuntimeId": "default"
476 "description": "Passes /flp:v=diag to the msbuild command or the value passed by the user.",
478 "MsBuildFileLogging": "/flp:v=diag;LogFile=sync.log"
482 "description": "To download a specific group of product packages, specify build number. The value for -BuildMinor required.",
484 "BuildNumberMajor": "default"
488 "description": "To download a specific group of product packages, specify build number. The value for -BuildMajor required.",
490 "BuildNumberMinor": "default"
495 "toolName": "msbuild",
497 "MsBuildFileLogging": "/flp:v=detailed;LogFile=sync.log"
501 "publish-packages": {
504 "description": "Account token to connect to Azure Blob storage.",
506 "CloudDropAccessToken": "default"
510 "description": "Account name to connect to Azure Blob storage.",
512 "CloudDropAccountName": "default"
516 "description": "Container name to upload into in Azure Blob storage.",
518 "__Container": "default"
522 "description": "Specifies architecture to publish, can be x64, x86, arm or arm64",
524 "__BuildArch": "default"
528 "description": "Specifies configuration to publish, can be Release, Debug or Checked.",
530 "__BuildType": "default"
534 "description": "Specifies the OS to publish packages.",
536 "__BuildOS": "default"
540 "description": "Specifies distro rid for Unix OS.",
542 "__DistroRid": "default"
545 "PublishTestNativeBins": {
546 "description": "Publishes test native binaries.",
548 "PublishTestNativeBins": "default"
553 "toolName": "msbuild",
555 "Project": "./src/publish.proj",
556 "MsBuildFileLogging": "/flp:v=detailed;LogFile=publish-packages.log"
563 "description": "Specifies architecture to publish, can be x64, x86, arm or arm64",
565 "__BuildArch": "default"
569 "description": "Specifies configuration to publish, can be Release, Debug or Checked.",
571 "__BuildType": "default"
575 "description": "Specifies distro rid for Unix OS.",
577 "__DistroRid": "default"
582 "toolName": "msbuild",
584 "__BuildOS": "default",
585 "MsBuildFileLogging": "/flp:v=detailed;Append;LogFile=build-packages.log",
586 "MsBuildEventLogging": "default",
587 "Project": "src/.nuget/packages.builds"
596 "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount /nodeReuse:false",
597 "path": "Tools/msbuild.cmd"
600 "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount",
601 "path": "Tools/msbuild.sh"
605 "property": "/p:{name}={value}",
606 "target": "/t:{name}",
607 "internal": "/{name}"