artifact with different file name
Is it possible to create artifact file with a different file name like app-{version}.zip
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 27 Nov, 2013 05:26 PM
Yes, you have at least two ways to do that.
You can setup custom "artifacts storage" under your account settings which could be Azure Blob storage account or AWS S3 bucket. Next, if you get back to "Packaging" tab of your project you will see a template for artifact file name.
Another option is to copy artifact file into
%OutFolder%
(or$outFolder
in PS) under different name. AppVeyor scans%OutFolder%
contents and uploads all files as artifacts. You can use$projectVersion
variable to build new file name. More details in this guide: http://www.appveyor.com/docs/getting-started/deploying-applicationPlease let me know if you have any questions.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:37 AM.