diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1 index 3a9ef99..f3d3827 100644 --- a/build/CreateRelease.WPF.ps1 +++ b/build/CreateRelease.WPF.ps1 @@ -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}