From a6652770ddb561ba70b093793657348f627f68f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Fri, 16 Jul 2021 22:45:56 +0100 Subject: [PATCH] Update CreateRelease.WPF.ps1 --- build/CreateRelease.WPF.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1 index 79d12b1..aaa354f 100644 --- a/build/CreateRelease.WPF.ps1 +++ b/build/CreateRelease.WPF.ps1 @@ -32,9 +32,9 @@ Set-Location $PSScriptRoot\.. #################################### ### Configuration ### #################################### -#$enableMSI = $true +$enableMSI = $true #$buildOnly = 'linux-x64' -$buildOnly = 'osx-x64' +#$buildOnly = 'osx-x64' #$enableNugetPublish = $true # Profilling $stopWatch = New-Object -TypeName System.Diagnostics.Stopwatch