Skip to content

Commit

Permalink
WIP #54 Deplyment
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Jul 15, 2021
1 parent 72505a2 commit 6197c3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,18 @@ after_build:
artifacts:
- path: '%APPVEYOR_BUILD_FOLDER%\*.zip'
name: ParseTreeVisualizer

- path: '**\*.nupkg'
type: NuGetPackage

deploy:
- provider: GitHub
description: ''
auth_token:
secure: NgxEvJd/ApBpuz6rwCNDfOI5c6nAvBIabLMj1vAtzuV4ozyaVDfjRJKa7WeJK2Ri
artifact: ParseTreeVisualizer

- provider: NuGet
api_key:
secure: Wca6odTGXdgBDMEPs0ypFUcyMkfpv5f6lLjRaoqBy0zE5TyuRPXAXNuCtJ5yk/Ne
artifact: /.*\.nupkg/

0 comments on commit 6197c3d

Please sign in to comment.