X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config.json;h=84cd2886226057a15af3e6e64c65e9d249804259;hb=9550fc87a8ace6347e02fb9d103185fe191dafa9;hp=536dd15453e4c937ff76d3d3429990613f57b40f;hpb=5a01d8a39576f0d07441e4d123a90138f4ae0735;p=platform%2Fupstream%2Fcoreclr.git diff --git a/config.json b/config.json index 536dd15..84cd288 100644 --- a/config.json +++ b/config.json @@ -36,6 +36,24 @@ "values": [], "defaultValue": "" }, + "CleanAllProjects": { + "description": "MsBuild target that deletes the binary output directory.", + "valueType": "target", + "values": [], + "defaultValue": "" + }, + "CleanPackages": { + "description": "MsBuild target that deletes the repo-local nuget package directory.", + "valueType": "target", + "values": [], + "defaultValue": "" + }, + "CleanPackagesCache": { + "description": "MsBuild target that deletes the user-local nuget package cache.", + "valueType": "target", + "values": [], + "defaultValue": "" + }, "ContainerName": { "description": "Container name for Azure upload.", "valueType": "property", @@ -66,8 +84,8 @@ "values": [ "Windows_NT", "Linux", "Unix", "OSX", "Android" ], "defaultValue": "${OSName}" }, - "RestoreNETCorePlatforms": { - "description": "MsBuild target that restores the NETCore packages.", + "Sync": { + "description": "MsBuild target that restores the packages.", "valueType": "target", "values": [], "defaultValue": "" @@ -168,6 +186,12 @@ "values": [], "defaultValue": "" }, + "__DoCrossArchBuild": { + "description": "Specifies if we build cross-architecture components on Linux.", + "valueType": "property", + "values": [], + "defaultValue": "" + }, "GenerateVersionHeader": { "description": "Generates _version.h", "valueType": "passThrough", @@ -503,6 +527,14 @@ "settings": { "Build": "default" } + }, + "optdata": { + "description": "Restores optimization profile data for the repository.", + "settings": { + "Project": "./build.proj", + "RestoreOptData": "default", + "MsBuildEventLogging": " ", + } } }, "defaultValues": { @@ -519,22 +551,42 @@ } } }, - "sync": { + "clean": { "alias": { - "p": { - "description": "Restores all NuGet packages for repository.", + "b": { + "description": "Deletes the binary output directory.", "settings": { - "Project": "./build.proj", - "RestoreDuringBuild": true, - "RestoreNETCorePlatforms": "default" + "CleanAllProjects": "default" } }, - "optdata": { - "description": "Restores optimization profile data for the repository.", + "p": { + "description": "Deletes the repo-local nuget package directory.", + "settings": { + "CleanPackages": "default" + } + }, + "c": { + "description": "Deletes the user-local nuget package cache.", + "settings": { + "CleanPackagesCache": "default" + } + } + }, + "defaultValues": { + "toolName": "msbuild", + "settings": { + "MsBuildLog":"/flp:v=normal;LogFile=clean.log" + } + } + }, + "sync": { + "alias": { + "p": { + "description": "Restores all NuGet packages for repository.", "settings": { "Project": "./build.proj", "RestoreDuringBuild": true, - "RestoreOptData": "default" + "Sync": "default" } }, "ab": { @@ -597,6 +649,12 @@ "settings": { "BuildNumberMinor": "default" } + }, + "buildType": { + "description": "Sets buildtype.", + "settings": { + "__BuildType": "default" + } } }, "defaultValues": { @@ -674,7 +732,7 @@ "settings": { "__BuildOS": "default", "Project": "./src/publish.proj", - "MsBuildFileLogging": "/flp:v=detailed;LogFile=publish-packages.log" + "MsBuildFileLogging": "/flp:v=detailed;LogFile=publish-packages.log /clp:v=detailed" } } },