Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanhp committed Nov 4, 2017
1 parent 5929ead commit afd9d8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_script:
build:
project: AutomatedLab.sln

before_deploy:
after_build:
- ps: |
# Find MSIs
$msifiles = Get-ChildItem -Recurse -Filter AutomatedLab.msi
Expand All @@ -30,15 +30,16 @@ before_deploy:
Push-AppVeyorArtifact $f.FullName
}
artifacts:
- path: AutomatedLab\.msi
- path: C:\projects\automatedlab\Installer\bin\Debug\AutomatedLab.msi
name: alinstaller
type: file
deploy:
release: AutomatedLab-v$(appveyor_build_version)
description: 'Release description'
provider: GitHub
auth_token:
secure: YMKyXVrtkuyciwUqQh+UZnCYrL7HgBdIVbTzuLSsVzHQCTF/e5ZLs6lUBPPj53fC # your encrypted token from GitHub
artifact: C:\\projects\\automatedlab\\Installer\\bin\\Debug\\AutomatedLab\.msi # upload all NuGet packages to release assets
artifact: alinstaller # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
Expand Down

0 comments on commit afd9d8c

Please sign in to comment.