Skip to content

Commit

Permalink
Multitargeting 11
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Jun 21, 2019
1 parent c595b9d commit 5874da6
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ for:
type: File
name: visualizer

deploy:
- provider: NuGet
api_key:
secure: ggnvR8rEMLbVOYOAMBXmjD+ohPaPoCcMwwEPdQvMbpjt+HEHWFxZYNGXs+O1x8tD
artifact: /.*\.nupkg/
- provider: GitHub
desciprion: ''
auth_token:
secure: aJaTRXIa+zc+SOGdNPKTH+znUun60Jh5b5pdjzLslhnoKk4vh1eoqO/vnGcDEwig
artifact: visualizer

-
matrix:
only:
Expand All @@ -73,17 +84,13 @@ for:
type: File
name: visualizer

- path: ExpressionTreeVisualizer.2017\bin\ReleaseCI\*.pdb
- path: ExpressionTreeVisualizer.2017\bin\ReleaseCI2017\*.pdb
type: File
name: visualizer

deploy:
- provider: NuGet
api_key:
secure: ggnvR8rEMLbVOYOAMBXmjD+ohPaPoCcMwwEPdQvMbpjt+HEHWFxZYNGXs+O1x8tD
artifact: /.*\.nupkg/
- provider: GitHub
desciprion: ''
auth_token:
secure: aJaTRXIa+zc+SOGdNPKTH+znUun60Jh5b5pdjzLslhnoKk4vh1eoqO/vnGcDEwig
artifact: visualizer
deploy:
- provider: GitHub
desciprion: ''
auth_token:
secure: aJaTRXIa+zc+SOGdNPKTH+znUun60Jh5b5pdjzLslhnoKk4vh1eoqO/vnGcDEwig
artifact: visualizer

0 comments on commit 5874da6

Please sign in to comment.