Pushing artifacts after packaging
Hi. What I should to write in appveyor.yml for pushing artifacts after packaging?
For e.g, I have console application, and path for it: "AppveyorTopshelfNancy\Topshelf.Service\Release", when I build my application in appveyor with this config https://github.com/SlavaBobik/appveyor_topshelf_nancy/blob/master/appveyor.yml I see "Packaging artifacts...OK", and as I think(for deployment) I need to push artifacts to appveyor with command "- cmd: appveyor PushArtifact topshelf_app", in what place in yml config I should insert this commad?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 05 Feb, 2016 05:49 PM
appveyor.yml looks good to me (provided
Topshelf.Service\bin\Release
exists). You may adddir Topshelf.Service\bin\Release
to make sure it does.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.