We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a242171 commit fe73f91Copy full SHA for fe73f91
eng/common/scripts/typespec/New-EmitterPackageLock.ps1
@@ -15,6 +15,7 @@ param (
15
16
New-Item $OutputDirectory -ItemType Directory -ErrorAction SilentlyContinue | Out-Null
17
$OutputDirectory = Resolve-Path $OutputDirectory
18
+$EmitterPackageJsonPath = Resolve-Path $EmitterPackageJsonPath
19
20
$tempFile = New-TemporaryFile
21
Remove-Item $tempFile
0 commit comments