Skip to content

Commit

Permalink
(GH-21) fix nupkg inclusion
Browse files Browse the repository at this point in the history
So apparently wildcards are supported, the path for grabbing the nuget
packages needed to be adjusted to be relative.
  • Loading branch information
ferventcoder committed Jan 18, 2015
1 parent 31f2965 commit cb912d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ artifacts:
name: ILMerge.log
- path: code_drop\build_artifacts\ilmerge\ilmergedll.log
name: ILMergeDLL.log
#- path: C:\codelocal\chocolatey2\code_drop\nuget\chocolatey.*.nupkg
- path: code_drop\nuget\*.nupkg
notifications:
- provider: Email
to:
Expand Down

1 comment on commit cb912d1

@ferventcoder
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.