Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
raandree committed Jan 18, 2018
2 parents 2184fcc + 73a0988 commit 163fe17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ after_deploy:
foreach ($m in (Get-ChildItem -Path $env:APPVEYOR_BUILD_FOLDER -Directory -Exclude AutomatedLab.Common))
{
if (-not ($m | Get-ChildItem -Filter *.psm1)) { continue }
$publishParams = @{
Path = $m.FullName
NuGetApiKey = $env:NuGetApiKey
Expand Down Expand Up @@ -123,7 +123,7 @@ after_deploy:
$rnd = Get-Random -Minimum 0 -Maximum ($tweets.Length -1)
#[void] (Send-Tweet -Message ($tweets[$rnd] -f $env:APPVEYOR_BUILD_VERSION, 'https://github.com/AutomatedLab/AutomatedLab/blob/develop/CHANGELOG.md'))
}#>
on_finish:
- ps: |
Write-Host "'on_finish' block"
Expand Down

0 comments on commit 163fe17

Please sign in to comment.