зеркало из https://github.com/microsoft/msquic.git
Finally use correct variable to skip extra folder (#2212)
This commit is contained in:
Родитель
eec1bdaa05
Коммит
741b334718
|
@ -28,7 +28,7 @@ foreach ($Platform in $Platforms) {
|
|||
if (!(Test-Path $PlatBuild.FullName -PathType Container)) {
|
||||
continue;
|
||||
}
|
||||
if ($PlatBuild.FullName -eq "_manifest") {
|
||||
if ($PlatBuild.Name -eq "_manifest") {
|
||||
continue;
|
||||
}
|
||||
$AllBuilds += $PlatBuild
|
||||
|
|
Загрузка…
Ссылка в новой задаче