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
diff options
context:
space:
mode:
Diffstat (limited to 'build/CreateRelease.WPF.ps1')
-rw-r--r--build/CreateRelease.WPF.ps16
1 files changed, 3 insertions, 3 deletions
diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1
index 251e3e7..f1fc18f 100644
--- a/build/CreateRelease.WPF.ps1
+++ b/build/CreateRelease.WPF.ps1
@@ -32,10 +32,10 @@ Set-Location $PSScriptRoot\..
####################################
### Configuration ###
####################################
-#$enableMSI = $true
-$buildOnly = 'win-x64'
+$enableMSI = $true
+#$buildOnly = 'win-x64'
#$buildOnly = 'osx-x64'
-#$enableNugetPublish = $true
+$enableNugetPublish = $true
# Profilling
$stopWatch = New-Object -TypeName System.Diagnostics.Stopwatch
$deployStopWatch = New-Object -TypeName System.Diagnostics.Stopwatch