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.
2 parents 4bf21f2 + 30f6394 commit 6db6b23Copy full SHA for 6db6b23
tools/RunVersionController.ps1
@@ -185,7 +185,7 @@ switch ($PSCmdlet.ParameterSetName)
185
# clean the unnecessary SerializedCmdlets json file
186
$ExistSerializedCmdletJsonFile = Get-ExistSerializedCmdletJsonFile
187
$ExpectJsonHashSet = @{}
188
- $SrcPath = "..\src"
+ $SrcPath = Join-Path -Path $PSScriptRoot -ChildPath "..\src"
189
foreach ($ModuleName in $(Get-ChildItem $SrcPath -Directory).Name)
190
{
191
$ModulePath = $(Join-Path -Path $SrcPath -ChildPath $ModuleName)
0 commit comments