mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
AppVeyor: Sync
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user