Artifacts filter not finding content
Hi
I have setup a NuGet deployment with the artifacts filter: /.*\.nupkg/
I know there are two nupkg files created by my build script, the main file and the symbol file, but I get this warning message in the build:
No artifacts were uploaded. Make sure you have specified correct artifacts filter.
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 22 Mar, 2015 11:25 AM
Hi James,
Do you have configured build artifacts packaging or pushing them with a script? What do you have on "Artifacts" tab of build results?
2 Posted by James on 22 Mar, 2015 11:29 AM
I don't have any artifacts setup. My impression from the documentation here - http://www.appveyor.com/docs/deployment/nuget - is that I could just have a regex that would select files from the build directory.
Support Staff 3 Posted by Feodor Fitsner on 22 Mar, 2015 11:33 AM
Deployment always work from artifacts. You package and push artifacts and then deploy from there (multiple times).
4 Posted by James on 22 Mar, 2015 11:51 AM
Can script deployments access the build directory?
Support Staff 5 Posted by Feodor Fitsner on 22 Mar, 2015 12:02 PM
Sure, as they are still part of the build.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:54 AM.