Merge remote-tracking branch 'CMS/develop' into develop

This commit is contained in:
=
2020-07-08 16:36:44 +02:00
+1 -1
View File
@@ -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"