Skip to content

Commit

Permalink
Trying to get AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
VertigoRay committed Apr 11, 2018
1 parent 64ee501 commit 821afc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ deploy_script:
# If build was started by pushed tag; deploy it.
- ps: |
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 }
if ($env:APPVEYOR_REPO_TAG -eq 'true') { Invoke-PSDeploy -Path '.\.scripts\deploy.ps1' -Force }
1 change: 0 additions & 1 deletion .scripts/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
$PSScriptRootParent = Split-Path $PSScriptRoot -Parent
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 821afc7

Please sign in to comment.