appveyor test

This commit is contained in:
Faryan Rezagholi
2021-08-20 13:14:16 +02:00
parent ac1f32f773
commit 74af24c3db

View File

@@ -68,8 +68,7 @@ if ($ConfigurationName -eq "Release Portable") {
# AppVeyor build
if(!([string]::IsNullOrEmpty($Env:APPVEYOR_BUILD_FOLDER))) {
$outputZipPath = Join-Path -Path $SolutionDir -ChildPath "Release\mRemoteNG-Portable-$($version).zip"
7z a -bt -bd -bb1 -mx=9 -tzip -y -r -spf2 -w $Source $outputZipPath $Source
#7z a -bt -bd -bb1 -mx=9 -tzip -y -r $PortableZip "$($Source)"
7z a -bt -bd -bb1 -mx=9 -tzip -y -r -spf2 $outputZipPath "$Source"
}
# Local build
else {