Skip to content

Commit 694ba4b

Browse files
authored
Merge pull request #5695 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch main)
2 parents 75761c5 + c76564a commit 694ba4b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

powerapps-docs/developer/data-platform/download-tools-nuget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can download all SDK tools using the PowerShell script provided below. Note
5757
##
5858
./nuget install Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool -O .\Tools
5959
md .\Tools\PluginRegistration
60-
$prtFolder = Get-ChildItem ./Tools | Where-Object {$_.Name -match 'Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool.'}
60+
$prtFolder = (Get-ChildItem ./Tools | Where-Object {$_.Name -match 'Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool.'}).Name
6161
move .\Tools\$prtFolder\tools\*.* .\Tools\PluginRegistration
6262
Remove-Item .\Tools\$prtFolder -Force -Recurse
6363

powerapps-docs/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"AshleyWoodruff"
4646
],
4747
"breadcrumb_path": "breadcrumb/toc.yml",
48-
"extendBreadcrumb": true,
48+
"extendBreadcrumb": true,
49+
"ms.suite": "office",
4950
"titleSuffix": "Power Apps",
5051
"feedback_system": "GitHub",
5152
"feedback_github_repo": "MicrosoftDocs/powerapps-docs",

0 commit comments

Comments
 (0)