Skip to content

Commit

Permalink
Allow relative EmitterPackageJsonPath in New-EmitterPackageLock.ps1 (#…
Browse files Browse the repository at this point in the history
…22454)

Co-authored-by: Patrick Hallisey <[email protected]>
  • Loading branch information
azure-sdk and hallipr authored Feb 27, 2024
1 parent 26b12ac commit f7ef1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/common/scripts/typespec/New-EmitterPackageLock.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ param (

New-Item $OutputDirectory -ItemType Directory -ErrorAction SilentlyContinue | Out-Null
$OutputDirectory = Resolve-Path $OutputDirectory
$EmitterPackageJsonPath = Resolve-Path $EmitterPackageJsonPath

$tempFile = New-TemporaryFile
Remove-Item $tempFile
Expand Down

0 comments on commit f7ef1f3

Please sign in to comment.