AppVeyor: Sync

This commit is contained in:
JustArchi
2017-07-05 03:35:09 +02:00
parent e48aa2908c
commit 8096104e88

View File

@@ -22,9 +22,11 @@ after_build:
- ps: >-
$ErrorActionPreference = 'Stop'
$RUNTIMES = 'generic', 'win-x64', 'linux-x64', "linux-arm", 'osx-x64'
if ($env:APPVEYOR_REPO_TAG -eq 'true') {
$ZIP_ARGS = '-mx=9', '-mfb=257', '-mpass=15'
} else {
@@ -32,6 +34,7 @@ after_build:
}
foreach ($RUNTIME in $RUNTIMES) {
if ($RUNTIME -eq 'generic') {
dotnet publish -c "$env:CONFIGURATION" -o "out\$RUNTIME"