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 7dc2692 commit 2480d2dCopy full SHA for 2480d2d
eng/scripts/Language-Settings.ps1
@@ -142,7 +142,7 @@ function Get-rust-AdditionalValidationPackagesFromPackageSet ($packagesWithChang
142
# $GetPackageInfoFromPackageFileFn = "Get-${Language}-PackageInfoFromPackageFile"
143
function Get-rust-PackageInfoFromPackageFile([IO.FileInfo]$pkg, [string]$workingDirectory) {
144
# Create a temporary folder for extraction
145
- $extractionPath = Join-Path ([System.IO.Path]::GetTempPath()), ([System.IO.Path]::GetRandomFileName())
+ $extractionPath = Join-Path ([System.IO.Path]::GetTempPath()) ([System.IO.Path]::GetRandomFileName())
146
New-Item -ItemType Directory -Path $extractionPath | Out-Null
147
148
# Extract the .crate file (which is a tarball) to the temporary folder
0 commit comments