Allow relative EmitterPackageJsonPath in New-EmitterPackageLock.ps1 (#7271)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
This commit is contained in:
Родитель
7c914f79fc
Коммит
6665e9544e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче