Skip to content

Commit fe73f91

Browse files
azure-sdkhallipr
andauthored
Allow relative EmitterPackageJsonPath in New-EmitterPackageLock.ps1 (#34461)
Co-authored-by: Patrick Hallisey <[email protected]>
1 parent a242171 commit fe73f91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/common/scripts/typespec/New-EmitterPackageLock.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ param (
1515

1616
New-Item $OutputDirectory -ItemType Directory -ErrorAction SilentlyContinue | Out-Null
1717
$OutputDirectory = Resolve-Path $OutputDirectory
18+
$EmitterPackageJsonPath = Resolve-Path $EmitterPackageJsonPath
1819

1920
$tempFile = New-TemporaryFile
2021
Remove-Item $tempFile

0 commit comments

Comments
 (0)