Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-06-13 00:56:54 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-06-13 00:56:54 +0300
commit5217f9ff22f4d9a11cc00e95f00ebdf2cd4d451c (patch)
treed39d6709c601033d808bb6834df0ef0747f39ec1 /build
parentcea97420a47c05a0a26dad90bb87d77a8eb4e0cb (diff)
Update CreateRelease.WPF.ps1
Diffstat (limited to 'build')
-rw-r--r--build/CreateRelease.WPF.ps11
1 files changed, 0 insertions, 1 deletions
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}