Add appveyor debug logs

This commit is contained in:
bagajjal 2021-04-29 17:09:46 -07:00
parent 88c5e11dbd
commit 279abce5ef
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ function Add-Artifact
else else
{ {
$null = $artifacts.Add($FileToAdd) $null = $artifacts.Add($FileToAdd)
Write-Host "Added $FileToAdd to publishing package artifacts"
} }
} }