From cbe679aad86f53c29d9f6fc02d9ea007640fd461 Mon Sep 17 00:00:00 2001 From: Silarn Date: Tue, 21 May 2019 23:46:06 -0500 Subject: [PATCH] Add logs to build artifacts on CI fail, commit translation changes --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 28d43a3..0c1e46d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,5 +34,7 @@ on_success: - ps: ./send.ps1 success $env:WEBHOOK_URL on_failure: - ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER + - ps: Push-AppveyorArtifact ${env:APPVEYOR_BUILD_FOLDER}\stdout.log + - ps: Push-AppveyorArtifact ${env:APPVEYOR_BUILD_FOLDER}\stderr.log - ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1 - ps: ./send.ps1 failure $env:WEBHOOK_URL \ No newline at end of file