Skip to content

Commit 89256e2

Browse files
raych1azure-sdk
authored andcommitted
Join paths of the script path
1 parent dd5481d commit 89256e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/scripts/Validate-All-Packages.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Param (
2525

2626
Set-StrictMode -Version 3
2727
. (Join-Path $PSScriptRoot common.ps1)
28-
. ${PSScriptRoot}\Helpers\ApiView-Helpers.ps1
29-
. ${PSScriptRoot}\Helpers\DevOps-WorkItem-Helpers.ps1
28+
. (Join-Path $PSScriptRoot Helpers\ApiView-Helpers.ps1)
29+
. (Join-Path $PSScriptRoot Helpers\DevOps-WorkItem-Helpers.ps1)
3030

3131
# Function to validate change log
3232
function ValidateChangeLog($changeLogPath, $versionString, $validationStatus)

0 commit comments

Comments
 (0)