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 7302e57 commit 7dc2692Copy full SHA for 7dc2692
eng/scripts/Language-Settings.ps1
@@ -141,8 +141,6 @@ function Get-rust-AdditionalValidationPackagesFromPackageSet ($packagesWithChang
141
142
# $GetPackageInfoFromPackageFileFn = "Get-${Language}-PackageInfoFromPackageFile"
143
function Get-rust-PackageInfoFromPackageFile([IO.FileInfo]$pkg, [string]$workingDirectory) {
144
- #$pkg will be a FileInfo object for the Cargo.toml file in a package artifact directory
145
-
146
# Create a temporary folder for extraction
147
$extractionPath = Join-Path ([System.IO.Path]::GetTempPath()), ([System.IO.Path]::GetRandomFileName())
148
New-Item -ItemType Directory -Path $extractionPath | Out-Null
0 commit comments