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:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-11-25 05:59:26 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-11-25 05:59:26 +0300
commit2d1f205c75062b6b2c6b6004536114e8028bda4b (patch)
tree44095bb9be6e73fe04c01b5080935dde8247c31a
parent44b1289daa164e600fc2a04b327068b81e3ba524 (diff)
Update CreateRelease.WPF.ps1v2.25.2
-rw-r--r--build/CreateRelease.WPF.ps13
1 files changed, 2 insertions, 1 deletions
diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1
index 58b3766..9fd1628 100644
--- a/build/CreateRelease.WPF.ps1
+++ b/build/CreateRelease.WPF.ps1
@@ -36,7 +36,7 @@ $enableMSI = $true
#$buildOnly = 'win-x64'
#$buildOnly = 'linux-x64'
#$buildOnly = 'osx-x64'
-$enableNugetPublish = $true
+#$enableNugetPublish = $true
# Profilling
$stopWatch = New-Object -TypeName System.Diagnostics.Stopwatch
$deployStopWatch = New-Object -TypeName System.Diagnostics.Stopwatch
@@ -166,6 +166,7 @@ foreach ($obj in $runtimes.GetEnumerator()) {
Write-Output "################################
Building: $runtime"
dotnet publish $project -o "$publishFolder/$runtime" -c $buildWith -r $runtime $extraCmd
+ New-Item "$publishFolder/$runtime/runtime_package.dat" -ItemType File -Value $runtime
if(!$runtime.Equals('win-x64'))
{
# Fix permissions