Bugs with artifact DSL
I have two folders
- WeinCad.Net
- WeinCad.Net.Spec
When I specify
artifacts:
- path: WeinCad.Net
I ended up with stuff from WeinCad.Net.Spec . To try to fix this I did
artifacts:
- path: Weincad.Net\
With a trailing slash but that failed silently. No errors but no artifact at all.
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 28 Apr, 2014 04:21 PM
I will take a look into this, thanks!
Support Staff 2 Posted by Feodor Fitsner on 29 Apr, 2014 06:19 PM
I'm trying to reproduce the issue, but can't.
I have a project with
SimpleConsole
andSimpleConsole.Tests
folders inside:https://github.com/FeodorFitsner/simple-console
I'm packaging
SimpleConsole
folder like that:https://github.com/FeodorFitsner/simple-console/blob/master/appveyo...
and getting expected result:
https://ci.appveyor.com/project/feodorf1/simple-console/build/artif...
So, what's the difference?...
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:43 AM.