Skip to content

Commit

Permalink
Merge pull request #349 from microsoft/pete-dev
Browse files Browse the repository at this point in the history
Pete dev
  • Loading branch information
Psychlist1972 committed Jun 20, 2024
2 parents d109ae3 + 79e7804 commit 82cc1c7
Show file tree
Hide file tree
Showing 1,987 changed files with 108,531 additions and 53,871 deletions.
28 changes: 12 additions & 16 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
"build": {
"type": "object",
"properties": {
"Configuration": {
"type": "string",
"description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)",
"enum": [
"Debug",
"Release"
]
},
"Continue": {
"type": "boolean",
"description": "Indicates to continue a previously failed build attempt"
Expand Down Expand Up @@ -72,13 +64,15 @@
"items": {
"type": "string",
"enum": [
"BuildAndPackAllAppSDKs",
"BuildAndPublishAll",
"BuildAppSdkRuntimeInstaller",
"BuildConsoleApp",
"BuildSamples",
"BuildSDK",
"BuildCppSamples",
"BuildServiceAndPlugins",
"BuildServiceAndPluginsInstaller",
"BuildSettingsApp",
"Clean",
"Restore"
"Prerequisites"
]
}
},
Expand All @@ -88,13 +82,15 @@
"items": {
"type": "string",
"enum": [
"BuildAndPackAllAppSDKs",
"BuildAndPublishAll",
"BuildAppSdkRuntimeInstaller",
"BuildConsoleApp",
"BuildSamples",
"BuildSDK",
"BuildCppSamples",
"BuildServiceAndPlugins",
"BuildServiceAndPluginsInstaller",
"BuildSettingsApp",
"Clean",
"Restore"
"Prerequisites"
]
}
},
Expand Down
12 changes: 0 additions & 12 deletions build/.config/dotnet-tools.json

This file was deleted.

Loading

0 comments on commit 82cc1c7

Please sign in to comment.