No Artifact on Successful Build
Hey Feodor,
I successfully built my project, xaavan-batchprocessor-fork. It
is a .NET application (exe).
However, there was no artifact generated. Attached is the log
file.
I built another project, xaavan-web-fork, an ASP.NET web
application. An artifact was generated.
Why does this have an artifact but the other dont?
Awaiting your reply =)
Thanks,
Ivan
- log__1_.txt 76.4 KB
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 24 Mar, 2014 11:53 PM
Hi Ivan,
Make sure "package web application projects" is enabled on project Build settings.
- Feodor
2 Posted by ivan.chong on 25 Mar, 2014 01:17 AM
Hey Feodor,
It's a .NET Application (.exe).
I have checked "package web application projects", as shown in the screenshot.
Support Staff 3 Posted by Feodor Fitsner on 25 Mar, 2014 01:24 AM
OK, AppVeyor automatically packages only those kinds of projects (web apps,
Azure CS, NuGet packages).
You could setup packaging of your app on "Artifacts" tab of project
settings: http://www.appveyor.com/docs/packaging-artifacts
Best regards,
Feodor Fitsner
Skype: feodor.fitsner
LinkedIn: linkedin.com/in/fitsner <http://www.linkedin.com/in/fitsner>
Twitter: @appveyor <https://twitter.com/appveyor>
4 Posted by ivan.chong on 25 Mar, 2014 05:46 AM
Thanks Feodor. It works beautifully.
It would be helpful if we could have shell access to the build VM though, for simple functions like "dir/ls"
Support Staff 5 Posted by Feodor Fitsner on 25 Mar, 2014 02:50 PM
Yeah, we plan such a feature in the future, thanks!
- Feodor
6 Posted by tony on 25 Mar, 2014 08:09 PM
Fun fact: because the VM's have Git installed, they also have MSYS. So you can run "sh -c ls" or "sh --login my_bash_script.sh" as part of your build_script and it'll work. Or you can do cmd functions like dir as lines in your build_script.
Support Staff 7 Posted by Feodor Fitsner on 25 Mar, 2014 08:13 PM
Absolutely, thanks for the tip!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:38 AM.