Skip to content

Commit 61f3f3b

Browse files
authored
Merge pull request MicrosoftDocs#6455 from MicrosoftDocs/exchange
Replace legacy build pipeline with PowerShell SDP build pipeline for Exchange docs
2 parents cffafc4 + 4a2e95b commit 61f3f3b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@
1212
"Conceptual": "Content",
1313
"ManagedReference": "Content",
1414
"RestApi": "Content",
15-
"AzurePsModulePage": "Content"
15+
"PowershellModule": "Content",
16+
"PowershellCmdlet": "Content"
1617
},
1718
"build_entry_point": "docs",
1819
"template_folder": "_themes",
1920
"version": 0,
20-
"customized_template_paths": [
21-
"_dependentPackages/azurecli.plugins/azurecli"
22-
],
2321
"customized_tasks": {
2422
"docset_prebuild": [
25-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
23+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
2624
]
2725
},
2826
"monikerPath": [

exchange/docfx.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
},
2929
{
3030
"files": [
31-
"**/*.md"
31+
"**/*.yml"
32+
],
33+
"exclude": [
34+
"toc.yml"
3235
],
3336
"src": "exchange-ps",
3437
"version": "exchange-ps",
@@ -85,7 +88,7 @@
8588
},
8689
"fileMetadata": {
8790
"apiPlatform": {
88-
"exchange-ps/exchange/**/*.md": [
91+
"exchange-ps/exchange/**/*.yml": [
8992
"powershell"
9093
]
9194
}

0 commit comments

Comments
 (0)