From e7a3197d2e042f1a4e9bf5efc043389a358ee0b9 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Thu, 18 Apr 2019 16:19:17 +0100 Subject: [PATCH] logging --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 3344b2405..e36c46159 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,6 +51,7 @@ after_build: If(($env:APPVEYOR_REPO_BRANCH -in $deployBranches -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -NotMatch '!build') { + Write-Output "Deploying!" Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } Get-ChildItem .\*.gz | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } }