Skip to content

Commit ee7af41

Browse files
committed
Changed params
1 parent 5e8079e commit ee7af41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/FileCopy.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Licensed under the MIT License.
33
Param(
44
$ModulesToGenerate = @(),
5-
[string] $ModuleMappingConfigPath = ("..\msgraph-sdk-powershell\config\ModulesMapping.jsonc"),
6-
[string] $SDKDocsPath = ("..\msgraph-sdk-powershell\src"),
7-
[string] $WorkLoadDocsPath = ("..\microsoftgraph-docs-powershell\microsoftgraph")
5+
[string] $ModuleMappingConfigPath = (Join-Path $PSScriptRoot "../../msgraph-sdk-powershell/config/ModulesMapping.jsonc"),
6+
[string] $SDKDocsPath = (Join-Path $PSScriptRoot "../../msgraph-sdk-powershell/src"),
7+
[string] $WorkLoadDocsPath = (Join-Path $PSScriptRoot "../microsoftgraph")
88
)
99
function Get-GraphMapping {
1010
$graphMapping = @{}

0 commit comments

Comments
 (0)