Skip to content

Commit

Permalink
no artifacts are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanhp committed Nov 4, 2017
1 parent 0e1a1ca commit 3042202
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@ test_script:
build:
project: AutomatedLab.sln

before_deploy:
- ps: |
# Find MSIs
$msifiles = Get-ChildItem -Recurse -Filter *.msi
foreach($f in $msifiles)
{
Write-Host $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: .*\.msi # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
Expand Down

0 comments on commit 3042202

Please sign in to comment.