From caea515a9353367189606d8caa8bb45b653f9bc1 Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Thu, 4 Feb 2016 10:30:19 -0800 Subject: [PATCH] Publish AppVeyor artifacts on PRs I originally used `deploy_script:` section for publishing artifacts. This section is not invoked on Pull Requests. Hence, use `on_finish` section instead, so we can consume artifacts from PRs as well. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3c9c81ddaa..4da4007f02 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ test_script: throw "$($x.'test-results'.failures) tests in test/fullCLR failed" } -deploy_script: +on_finish: - ps: | # Creating project artifact $zipFilePath = Join-Path $pwd "$(Split-Path $pwd -Leaf).zip"