Update CreateRelease.WPF.ps1

This commit is contained in:
Tiago Conceição
2021-07-16 22:45:56 +01:00
parent aaff80b1f5
commit a6652770dd
+2 -2
View File
@@ -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