Skip to content

Commit

Permalink
Change Verbose to Host
Browse files Browse the repository at this point in the history
  • Loading branch information
VertigoRay committed Apr 11, 2018
1 parent d2557a6 commit 64ee501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,5 @@ after_test:
deploy_script:
# If build was started by pushed tag; deploy it.
- ps: |
Write-Verbose "[AppVeyor] APPVEYOR_REPO_TAG: ${env:APPVEYOR_REPO_TAG}"
if ($env:APPVEYOR_REPO_TAG -eq 'true')
{
Invoke-PSDeploy -Path '.\.scripts\deploy.ps1' -Force
}
Write-Host "[AppVeyor] APPVEYOR_REPO_TAG: ${env:APPVEYOR_REPO_TAG}" -Foregroundcolor 'Blue' -BackgroundColor 'Magenta'
if ($env:APPVEYOR_REPO_TAG -eq 'true') { Invoke-PSDeploy -Path '.\.scripts\deploy.ps1' -Force }
5 changes: 3 additions & 2 deletions .scripts/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
- https://github.com/RamblingCookieMonster/PSDeploy
#>
$PSScriptRootParent = Split-Path $PSScriptRoot -Parent
Write-Verbose "[Deploy] PSScriptRootParent: ${PSScriptRootParent}"
Write-Verbose "[Deploy] APPVEYOR_PROJECT_NAME: ${env:APPVEYOR_PROJECT_NAME}"
Write-Host "[Deploy] PSScriptRootParent: ${PSScriptRootParent}" -Foregroundcolor 'Blue' -BackgroundColor 'Magenta'
Write-Host "[Deploy] APPVEYOR_PROJECT_NAME: ${env:APPVEYOR_PROJECT_NAME}" -Foregroundcolor 'Blue' -BackgroundColor 'Magenta'
Write-Host "[Deploy] Fooooo: ${env:PSGalleryApiKey}" -Foregroundcolor 'Blue' -BackgroundColor 'Magenta'

Deploy Module {
By PSGalleryModule OneDriveDsc {
Expand Down

0 comments on commit 64ee501

Please sign in to comment.