Share files between projects
It's possible somehow to get access to files of a another job. As an example during could be a case when to build a sln you need artifacts of another already built sln because of some dependencies.
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
1 Posted by Ilya Finkelshte... on 15 Dec, 2017 12:32 AM
Hi Maxim,
I am not sure if you are asking about sharing files between jobs within matrix or between different projects.
Anyway, with a little help of AppVeyor REST API and PowerShell you can do both.
Share artifact between jobs within matrix: https://gist.github.com/IlyaFinkelshteyn/79af78657660e118b15d3ab9d6...
Share artifacts between projects (check both links): https://www.appveyor.com/docs/api/samples/download-artifacts-ps/ and https://www.appveyor.com/blog/2015/11/04/deployment-projects/
Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:25 AM.