File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ # Requires -Version 7.0
12<#
23. SYNOPSIS
34 Updates the CHANGELOG.md for a specific Azure SDK package.
@@ -31,8 +32,7 @@ param (
3132)
3233
3334# Import common helpers
34- . (Join-Path (Join-Path (Join-Path (Join-Path (Join-Path $PSScriptRoot " .." ) " common" ) " scripts" ) " Helpers" ) " CommandInvocation-Helpers.ps1" )
35-
35+ . (Join-Path $PSScriptRoot " .." " common" " scripts" " Helpers" " CommandInvocation-Helpers.ps1" )
3636# Main execution
3737try {
3838 # Validate SDK repository path
Original file line number Diff line number Diff line change 1+ # Requires -Version 7.0
12<#
23. SYNOPSIS
34 Updates the version for a specific Azure SDK package.
@@ -50,7 +51,7 @@ param (
5051)
5152
5253# Import common helpers
53- . (Join-Path ( Join-Path ( Join-Path ( Join-Path ( Join-Path $PSScriptRoot " .." ) " common" ) " scripts" ) " Helpers" ) " CommandInvocation-Helpers.ps1" )
54+ . (Join-Path $PSScriptRoot " .." " common" " scripts" " Helpers" " CommandInvocation-Helpers.ps1" )
5455
5556# Validate that at least one of ReleaseType or Version is provided
5657if (-not $ReleaseType -and -not $Version ) {
You can’t perform that action at this time.
0 commit comments