Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanhp committed Nov 4, 2017
1 parent 3042202 commit beb0231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ build:
before_deploy:
- ps: |
# Find MSIs
$msifiles = Get-ChildItem -Recurse -Filter *.msi
$msifiles = Get-ChildItem -Recurse -Filter AutomatedLab.msi
foreach($f in $msifiles)
{
Write-Host $f.FullName
Push-AppVeyorArtifact $f.FullName
}
deploy:
release: AutomatedLab-v$(appveyor_build_version)
description: 'Release description'
provider: GitHub
auth_token:
secure: YMKyXVrtkuyciwUqQh+UZnCYrL7HgBdIVbTzuLSsVzHQCTF/e5ZLs6lUBPPj53fC # your encrypted token from GitHub
artifact: .*\.msi # upload all NuGet packages to release assets
artifact: AutomatedLab\.msi # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
Expand Down

0 comments on commit beb0231

Please sign in to comment.