File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ You can download all SDK tools using the PowerShell script provided below. Note
57
57
##
58
58
./nuget install Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool -O .\Tools
59
59
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
61
61
move .\Tools\$prtFolder\tools\*.* .\Tools\PluginRegistration
62
62
Remove-Item .\Tools\$prtFolder -Force -Recurse
63
63
Original file line number Diff line number Diff line change 45
45
" AshleyWoodruff"
46
46
],
47
47
"breadcrumb_path" : " breadcrumb/toc.yml" ,
48
- "extendBreadcrumb" : true ,
48
+ "extendBreadcrumb" : true ,
49
+ "ms.suite" : " office" ,
49
50
"titleSuffix" : " Power Apps" ,
50
51
"feedback_system" : " GitHub" ,
51
52
"feedback_github_repo" : " MicrosoftDocs/powerapps-docs" ,
You can’t perform that action at this time.
0 commit comments