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/net46/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"
189 "EnableProfileGuidedOptimization": {
190 "description": "Enables IBC profile optimizations if profile data are available.",
191 "valueType": "property",
192 "values": [ true, false ],
193 "defaultValue": false
195 "OptimizationDataDir": {
196 "description": "Sets the path where the build should look for IBC profile data.",
197 "valueType": "property",
202 "description": "Set when building for arm64.",
203 "valueType": "property",
204 "values": [ true, false ],
208 "description": "Sets the build arch for native build.",
209 "valueType": "property",
210 "values": [ "x86", "x64", "arm", "arm64" ],
211 "defaultValue": "${CPUArch}"
214 "description": "Indicates if this is a portable build.",
215 "valueType": "property",
216 "values": [ "0", "1"],
220 "description": "Specifies rebuild target.",
221 "valueType": "target",
226 "description": "Specifies build logs for build alias.",
227 "valueType": "passThrough",
232 "description": "Specifies build logs for build alias.",
233 "valueType": "passThrough",
238 "description": "Specifies build logs for build alias.",
239 "valueType": "passThrough",
243 "BuildNugetPackage": {
244 "description": "Specifies to build nuget packages.",
245 "valueType": "property",
246 "values": [ true, false ],
250 "description": "Sets the SignType.",
251 "valueType": "property",
252 "values": [ "real" ],
255 "CLRTestPriorityToBuild": {
256 "description": "Sets priority to build test.",
257 "valueType": "property",
262 "description": "Sets ilasm round trip property.",
263 "valueType": "property",
264 "values": [ true, false ],
267 "CreateTestOverlay": {
268 "description": "Runs CreateTestOverlay target.",
269 "valueType": "target",
273 "CreateNonWindowsTestOverlay": {
274 "description": "Runs CreateNonWindowsTestOverlay target.",
275 "valueType": "target",
280 "description": "Sets build verbosity.",
281 "valueType": "passThrough",
283 "defaultValue": "/v:normal"
286 "description": "Runs the build target.",
287 "valueType": "target",
291 "UseSharedCompilation": {
292 "description": "Sets the use shared compilation property.",
293 "valueType": "property",
294 "values": [ true, false ],
297 "UpdateInvalidPackageVersions": {
298 "description": "Runs the target to update package versions.",
299 "valueType": "target",
303 "GenerateRuntimeLayout": {
304 "description": "Generates Core_Root folder",
305 "valueType": "property",
306 "values": [ true, false ],
309 "BuildTestsAgainstPackages": {
310 "description": "Sets the property specifying if we're building tests against packages",
311 "valueType": "property",
312 "values": [ true, false ],
315 "PublishTestNativeBins": {
316 "description": "Publishes test native binaries to Azure on non-windows",
317 "valueType": "property",
318 "values": [ true, false ],
322 "description": "Builds test Xunit wrappers",
323 "valueType": "property",
324 "values": [ true, false ],
328 "description": "Specifies the OS to build Core_Root for",
329 "valueType": "property",
330 "values": [ "debian.8-x64", "fedora.24-x64", "fedora.25-x64", "opensuse.42.1-x64", "osx.10.12-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
331 "defaultValue": "${__RuntimeId}"
333 "UpdateDependencies": {
334 "description": "MsBuild target that updates project.json dependencies.",
335 "valueType": "target",
339 "BatchRestorePackages": {
340 "description": "MsBuild target that restores the packages.",
341 "valueType": "target",
346 "description": "Place mscorlib.dll in bin/Product ref folder for building tests against",
347 "valueType": "target",
352 "description": "Place test dependencies in bin/Product folder for building tests against",
353 "valueType": "target",
357 "CopyCrossgenToProduct": {
358 "description": "Place crossgen.exe in bin/Product folder for building tests against",
359 "valueType": "target",
363 "OptionalToolSource": {
364 "description": "URL of the nuget feed used by 'optional-tools'",
365 "valueType": "property",
369 "OptionalToolSourceUser": {
370 "description": "User name for authenticating to the optional tools feed",
371 "valueType": "property",
375 "OptionalToolSourcePassword": {
376 "description": "VSTS token for authenticating to the optional tools feed; requires 'package(READ)' permission",
377 "valueType": "property",
382 "description": "Extra parameters will be passed to the selected command.",
383 "valueType": "passThrough",
391 "generateHeaderWindows": {
392 "description": "Generates _version.h",
394 "GenerateVersionHeader": "default",
395 "NativeVersionHeaderFile": "default"
398 "generateHeaderUnix": {
399 "description": "Generates version.cpp",
401 "GenerateVersionSourceFile": "default",
402 "NativeVersionSourceFile": "default"
406 "description": "Sets the verbosity",
408 "Verbosity": "/v:detailed"
412 "description": "Sets the sign type.",
418 "description": "Sets buildtype.",
420 "__BuildType": "default"
424 "description": "Sets buildarch.",
426 "__BuildArch": "default"
430 "description": "Sets the OS to build.",
432 "__BuildOS": "default"
436 "description": "Runs test overlay target.",
438 "CreateTestOverlay": "default"
442 "description": "Sets CLRTestPriorityToBuild property.",
444 "CLRTestPriorityToBuild": "default"
448 "description": "Skips restoring packages during build.",
450 "RestoreDuringBuild": false
454 "description": "Triggers a portable build.",
460 "description": "Runs the build target.",
467 "toolName": "msbuild",
469 "MsBuildLog": "default",
470 "MsBuildWrn": "default",
471 "MsBuildErr": "default",
472 "MsBuildEventLogging": "default"
479 "description": "Restores all NuGet packages for repository.",
481 "Project": "./build.proj",
482 "RestoreDuringBuild": true,
483 "RestoreNETCorePlatforms": "default"
487 "description": "Restores optimization profile data for the repository.",
489 "Project": "./build.proj",
490 "RestoreDuringBuild": true,
491 "RestoreOptData": "default"
495 "description": "Downloads the latests product packages from Azure. The values for '-AzureAccount' and '-AzureToken' are required",
497 "Project": "./src/syncAzure.proj"
501 "description": "Downloads test native binaries. The values for '-AzureAccount', '-AzureToken', and '-Container' are required",
503 "Project": "./src/syncAzure.proj",
504 "PublishTestNativeBins": "true"
508 "description": "Account token to connect to Azure Blob storage.",
510 "CloudDropAccessToken": "default"
514 "description": "Account name to connect to Azure Blob storage.",
516 "CloudDropAccountName": "default"
520 "description": "Container name to download from in Azure Blob storage.",
522 "__Container": "default"
526 "description": "Runtime ID of the binaries in the specified container.",
528 "RuntimeId": "default"
532 "description": "Passes /flp:v=diag to the msbuild command or the value passed by the user.",
534 "MsBuildFileLogging": "/flp:v=diag;LogFile=sync.log"
538 "description": "To download a specific group of product packages, specify build number. The value for -BuildMinor required.",
540 "BuildNumberMajor": "default"
544 "description": "To download a specific group of product packages, specify build number. The value for -BuildMajor required.",
546 "BuildNumberMinor": "default"
551 "toolName": "msbuild",
553 "MsBuildFileLogging": "/flp:v=detailed;LogFile=sync.log"
557 "publish-packages": {
560 "description": "Account token to connect to Azure Blob storage.",
562 "CloudDropAccessToken": "default"
566 "description": "Account name to connect to Azure Blob storage.",
568 "CloudDropAccountName": "default"
572 "description": "Container name to upload into in Azure Blob storage.",
574 "__Container": "default"
578 "description": "Specifies architecture to publish, can be x64, x86, arm or arm64",
580 "__BuildArch": "default"
584 "description": "Specifies configuration to publish, can be Release, Debug or Checked.",
586 "__BuildType": "default"
590 "description": "Specifies the OS to publish packages.",
592 "__BuildOS": "default"
596 "description": "Specifies distro rid for Unix OS.",
598 "__DistroRid": "default"
601 "PublishTestNativeBins": {
602 "description": "Publishes test native binaries.",
604 "PublishTestNativeBins": "default"
609 "toolName": "msbuild",
611 "Project": "./src/publish.proj",
612 "MsBuildFileLogging": "/flp:v=detailed;LogFile=publish-packages.log"
619 "description": "Specifies architecture to publish, can be x64, x86, arm or arm64",
621 "__BuildArch": "default"
625 "description": "Triggers a portable build.",
631 "description": "Specifies configuration to publish, can be Release, Debug or Checked.",
633 "__BuildType": "default"
637 "description": "Specifies distro rid for Unix OS.",
639 "__DistroRid": "default"
644 "toolName": "msbuild",
646 "__BuildOS": "default",
647 "MsBuildFileLogging": "/flp:v=detailed;Append;LogFile=build-packages.log",
648 "MsBuildEventLogging": "default",
649 "Project": "src/.nuget/packages.builds"
658 "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount /nodeReuse:false",
659 "path": "Tools/msbuild.cmd"
662 "defaultParameters": "/nologo /verbosity:minimal /clp:Summary /maxcpucount",
663 "path": "Tools/msbuild.sh"
667 "property": "/p:{name}={value}",
668 "target": "/t:{name}",
669 "internal": "/{name}"