From 64a6306bfc19150e54a94a23cf51b2932875c4b7 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 8 Jul 2020 14:37:33 +0200 Subject: [PATCH] fix version naming in zip --- Thermo.Active/makeTestVersion.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thermo.Active/makeTestVersion.ps1 b/Thermo.Active/makeTestVersion.ps1 index 6611dce5..b2f6d22a 100644 --- a/Thermo.Active/makeTestVersion.ps1 +++ b/Thermo.Active/makeTestVersion.ps1 @@ -69,7 +69,7 @@ DoLog("END copy step") # Compression step DoLog("START ZIP step") -Compress-7Zip -Path C:\Users\samuele\Desktop\ThermoActive -ArchiveFileName "C:\Users\samuele\Desktop\ThermoActive_7zip.zip" -Format Zip +Compress-7Zip -Path C:\Users\samuele\Desktop\ThermoActive -ArchiveFileName "C:\Users\samuele\Desktop\ThermoActive_$version.zip" -Format Zip #$ProgressPreference = "SilentlyContinue" #Compress-Archive -CompressionLevel Fastest -Force -Path C:\Users\samuele\Desktop\ThermoActive -DestinationPath "C:\Users\samuele\Desktop\ThermoActive_$version.zip" | Out-File c:\tmp\Script.log -Append #$ProgressPreference = "Continue"