Allow relative EmitterPackageJsonPath in New-EmitterPackageLock.ps1 (#5380)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
This commit is contained in:
parent
a8fcb87073
commit
ebfb16d10b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user