From 8f33d60df063161c5137cbb5dc5891640ceb5b19 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 11 Jul 2018 11:04:29 +0200 Subject: [PATCH] CI: One less todo to worry about --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 534256b3c..7698b1f95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -89,7 +89,7 @@ after_test: $compressionMethod = 'Deflate' # This depends on what ZipArchive supports on given platform $targetFramework = $env:NET_FRAMEWORK_VERSION } elseif ($variant -eq 'linux-arm') { - # Temporary workaround for https://github.com/dotnet/coreclr/issues/18486 + # TODO: Temporary workaround for https://github.com/dotnet/coreclr/issues/18486 Write-Warning -Message "$variant is still targetting $env:NET_CORE_FALLBACK_VERSION, ensure to correct this once https://github.com/dotnet/coreclr/issues/18486 is resolved" -WarningAction Continue $compressionMethod = 'Deflate64' # This depends on what ZipArchive supports on given platform $targetFramework = $env:NET_CORE_FALLBACK_VERSION @@ -156,8 +156,7 @@ after_test: throw "Last command failed." } - # TODO: Change me to Push-AppveyorArtifact once https://github.com/appveyor/ci/issues/2183 is fixed - appveyor PushArtifact "ArchiSteamFarm\out\ASF-$variant.zip" -FileName "ASF-$variant.zip" -DeploymentName "ASF-$variant.zip" + Push-AppveyorArtifact "ArchiSteamFarm\out\ASF-$variant.zip" -FileName "ASF-$variant.zip" -DeploymentName "ASF-$variant.zip" if ($LastExitCode -ne 0) { throw "Last command failed."