|
84 | 84 | "values": [ "Windows_NT", "Linux", "Unix", "OSX", "Android" ],
|
85 | 85 | "defaultValue": "${OSName}"
|
86 | 86 | },
|
87 |
| - "RestoreNETCorePlatforms": { |
88 |
| - "description": "MsBuild target that restores the NETCore packages.", |
| 87 | + "Sync": { |
| 88 | + "description": "MsBuild target that restores the packages.", |
89 | 89 | "valueType": "target",
|
90 | 90 | "values": [],
|
91 | 91 | "defaultValue": ""
|
|
527 | 527 | "settings": {
|
528 | 528 | "Build": "default"
|
529 | 529 | }
|
| 530 | + }, |
| 531 | + "optdata": { |
| 532 | + "description": "Restores optimization profile data for the repository.", |
| 533 | + "settings": { |
| 534 | + "Project": "./build.proj", |
| 535 | + "RestoreOptData": "default", |
| 536 | + "MsBuildEventLogging": " ", |
| 537 | + } |
530 | 538 | }
|
531 | 539 | },
|
532 | 540 | "defaultValues": {
|
|
578 | 586 | "settings": {
|
579 | 587 | "Project": "./build.proj",
|
580 | 588 | "RestoreDuringBuild": true,
|
581 |
| - "RestoreNETCorePlatforms": "default" |
582 |
| - } |
583 |
| - }, |
584 |
| - "optdata": { |
585 |
| - "description": "Restores optimization profile data for the repository.", |
586 |
| - "settings": { |
587 |
| - "Project": "./build.proj", |
588 |
| - "RestoreDuringBuild": true, |
589 |
| - "RestoreOptData": "default" |
590 |
| - } |
591 |
| - }, |
592 |
| - "priority": { |
593 |
| - "description": "Sets CLRTestPriorityToBuild property.", |
594 |
| - "settings": { |
595 |
| - "CLRTestPriorityToBuild": "default" |
| 589 | + "Sync": "default" |
596 | 590 | }
|
597 | 591 | },
|
598 | 592 | "ab": {
|
|
655 | 649 | "settings": {
|
656 | 650 | "BuildNumberMinor": "default"
|
657 | 651 | }
|
| 652 | + }, |
| 653 | + "buildType": { |
| 654 | + "description": "Sets buildtype.", |
| 655 | + "settings": { |
| 656 | + "__BuildType": "default" |
| 657 | + } |
658 | 658 | }
|
659 | 659 | },
|
660 | 660 | "defaultValues": {
|
|
0 commit comments