We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8079e commit ee7af41Copy full SHA for ee7af41
scripts/FileCopy.ps1
@@ -2,9 +2,9 @@
2
# Licensed under the MIT License.
3
Param(
4
$ModulesToGenerate = @(),
5
- [string] $ModuleMappingConfigPath = ("..\msgraph-sdk-powershell\config\ModulesMapping.jsonc"),
6
- [string] $SDKDocsPath = ("..\msgraph-sdk-powershell\src"),
7
- [string] $WorkLoadDocsPath = ("..\microsoftgraph-docs-powershell\microsoftgraph")
+ [string] $ModuleMappingConfigPath = (Join-Path $PSScriptRoot "../../msgraph-sdk-powershell/config/ModulesMapping.jsonc"),
+ [string] $SDKDocsPath = (Join-Path $PSScriptRoot "../../msgraph-sdk-powershell/src"),
+ [string] $WorkLoadDocsPath = (Join-Path $PSScriptRoot "../microsoftgraph")
8
)
9
function Get-GraphMapping {
10
$graphMapping = @{}
0 commit comments