Skip Directory for Appveyor agent deploy
I've seen web deploy skip directory option but there's no similar option for appveyor deployment.
Is there a way to have this option set in appveyor agent environment.
Thanks
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 Nov, 2014 02:33 PM
Sure, we can easily add that. Will do that this week.
-Feodor
2 Posted by mark.garcia on 25 Nov, 2014 02:47 AM
Thanks for the swift response.
Support Staff 3 Posted by Feodor Fitsner on 27 Nov, 2014 04:46 AM
It's been implemented. If you install the latest Deployment Agent there are two new parameters in provider settings:
skip_files
andskip_dirs
: http://www.appveyor.com/docs/deployment/agent#deploying-websiteLet me know how that worked for you.
4 Posted by mark.garcia on 27 Nov, 2014 07:03 AM
You guys are the greatest. Thanks.
5 Posted by mark.garcia on 05 Feb, 2015 08:25 AM
I actually tried this now "skip_dirs" and I indicated "\\App_GlobalResources" and it still got replaced.
6 Posted by mark.garcia on 05 Feb, 2015 08:31 AM
Ohh, I haven't installed the latest deploy agent, let me try this.
7 Posted by mark.garcia on 05 Feb, 2015 08:54 AM
Deployment job started
Found 1 deployable artifacts.
Deploying Web application xxx.Web.xxx
Downloading artifact package xxx.Web.xxx.zip (18,860,214 bytes)
Method not found: 'Microsoft.Web.Administration.Site Microsoft.Web.Administration.SiteCollection.Add(System.String, System.String, System.String, Byte[], System.String)'.
I got this error after deploying using the new agent.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:53 AM.