mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update CreateRelease.WPF.ps1
This commit is contained in:
@@ -152,7 +152,6 @@ if($null -ne $enableNugetPublish -and $enableNugetPublish)
|
||||
}
|
||||
}
|
||||
}
|
||||
return
|
||||
|
||||
foreach ($obj in $runtimes.GetEnumerator()) {
|
||||
if(![string]::IsNullOrWhiteSpace($buildOnly) -and !$buildOnly.Equals($obj.Name)) {continue}
|
||||
|
||||
Reference in New Issue
Block a user