mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-12 04:36:49 +00:00
Test
This commit is contained in:
@@ -24,6 +24,7 @@ if ($ToolName -eq "Xamarin") {
|
|||||||
$joinChars = "\n\t"
|
$joinChars = "\n\t"
|
||||||
} else {
|
} else {
|
||||||
$VersionsToBuild = $VersionsFromDist | Where-Object { $VersionsFromManifest -notcontains $_ }
|
$VersionsToBuild = $VersionsFromDist | Where-Object { $VersionsFromManifest -notcontains $_ }
|
||||||
|
$VersionsToBuild = "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($VersionsToBuild) {
|
if ($VersionsToBuild) {
|
||||||
|
|||||||
Reference in New Issue
Block a user