File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 " $server " .TrimEnd(' /' ) # the Server (minus any trailing slashes),
8787 (. $ReplaceRouteParameter $PSCmdlet.ParameterSetName ) # and any parameterized URLs in this parameter set.
8888 if ($AreaPath ) {
89- $AreaPath
89+ $AreaPath -replace ' \\ ' , ' / ' -replace ' .+/Area ' -replace ' ^/ '
9090 }
9191 ) -as [string []] -ne ' ' -join ' /'
9292
Original file line number Diff line number Diff line change 8484 " $server " .TrimEnd(' /' ) # the Server (minus any trailing slashes),
8585 (. $ReplaceRouteParameter $PSCmdlet.ParameterSetName ) # and any parameterized URLs in this parameter set.
8686 if ($IterationPath ) {
87- $IterationPath
87+ $IterationPath -replace ' \\ ' , ' / ' -replace ' .+/Iteration ' -replace ' ^/ '
8888 }
8989 ) -as [string []] -ne ' ' -join ' /'
9090
You can’t perform that action at this time.
0 commit comments