Skip to content

Commit 82cc1c7

Browse files
Merge pull request #349 from microsoft/pete-dev
Pete dev
2 parents d109ae3 + 79e7804 commit 82cc1c7

File tree

1,987 files changed

+108531
-53871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,987 files changed

+108531
-53871
lines changed

.nuke/build.schema.json

+12-16
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
"build": {
77
"type": "object",
88
"properties": {
9-
"Configuration": {
10-
"type": "string",
11-
"description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)",
12-
"enum": [
13-
"Debug",
14-
"Release"
15-
]
16-
},
179
"Continue": {
1810
"type": "boolean",
1911
"description": "Indicates to continue a previously failed build attempt"
@@ -72,13 +64,15 @@
7264
"items": {
7365
"type": "string",
7466
"enum": [
67+
"BuildAndPackAllAppSDKs",
7568
"BuildAndPublishAll",
69+
"BuildAppSdkRuntimeInstaller",
7670
"BuildConsoleApp",
77-
"BuildSamples",
78-
"BuildSDK",
71+
"BuildCppSamples",
72+
"BuildServiceAndPlugins",
73+
"BuildServiceAndPluginsInstaller",
7974
"BuildSettingsApp",
80-
"Clean",
81-
"Restore"
75+
"Prerequisites"
8276
]
8377
}
8478
},
@@ -88,13 +82,15 @@
8882
"items": {
8983
"type": "string",
9084
"enum": [
85+
"BuildAndPackAllAppSDKs",
9186
"BuildAndPublishAll",
87+
"BuildAppSdkRuntimeInstaller",
9288
"BuildConsoleApp",
93-
"BuildSamples",
94-
"BuildSDK",
89+
"BuildCppSamples",
90+
"BuildServiceAndPlugins",
91+
"BuildServiceAndPluginsInstaller",
9592
"BuildSettingsApp",
96-
"Clean",
97-
"Restore"
93+
"Prerequisites"
9894
]
9995
}
10096
},

build/.config/dotnet-tools.json

-12
This file was deleted.

0 commit comments

Comments
 (0)