We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475308e commit 42b121eCopy full SHA for 42b121e
1 file changed
build.ps1
@@ -204,7 +204,7 @@ try {
204
$extName = [System.IO.Path]::GetFileNameWithoutExtension($extSourcePath)
205
$extOutName = "$extName$extSuffix"
206
$extDest = Join-Path $extSource.DirectoryName $extOutName
207
- $extBuildDir = Join-Path $buildDir ("ext-" + [guid]::NewGuid().ToString("N"))
+ $extBuildDir = Join-Path $buildDir "ext-$extName"
208
209
New-Item -ItemType Directory -Path $extBuildDir -Force | Out-Null
210
Push-Location $extBuildDir
0 commit comments