Skip to content

Commit

Permalink
appveyor.yml: allow package deploy from every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sholtee committed Jul 19, 2021
1 parent ca2a22d commit c5e9273
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ test_script:
after_test:
- ps: Push-Test-Results

deploy_script:
- ps: Deploy

# after build failure or success
on_finish:
- ps: |
Expand All @@ -70,7 +73,5 @@ for:
- ps: Git-Config

deploy_script:
# update documentation & publish nuget package
- ps: |
GH-Pages
Deploy
# update documentation
- ps: GH-Pages

0 comments on commit c5e9273

Please sign in to comment.