Skip to content

Commit 554eff3

Browse files
authored
Merge pull request MicrosoftDocs#6459 from MicrosoftDocs/teams
Replace legacy build pipeline with PowerShell SDP build pipeline for Teams docs
2 parents 61f3f3b + 7b4af40 commit 554eff3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,15 @@
151151
"Conceptual": "Content",
152152
"ManagedReference": "Content",
153153
"RestApi": "Content",
154-
"AzurePsModulePage": "Content"
154+
"PowershellModule": "Content",
155+
"PowershellCmdlet": "Content"
155156
},
156157
"build_entry_point": "docs",
157158
"template_folder": "_themes",
158159
"version": 0,
159-
"customized_template_paths": [
160-
"_dependentPackages/azurecli.plugins/azurecli"
161-
],
162160
"customized_tasks": {
163161
"docset_prebuild": [
164-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
162+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
165163
]
166164
},
167165
"monikerPath": [

teams/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"dest": "teams/teams-ps"
2222
},
2323
{
24-
"files": ["**/*.md"],
24+
"files": ["**/*.yml"],
25+
"exclude": ["toc.yml"],
2526
"src": "teams-ps",
2627
"version": "teams-ps",
2728
"dest": "module"

0 commit comments

Comments
 (0)