IncludeSetACLProviderOnDestination option in deployments
I'm successfully using a ProjectName.wpp.targets file to prevent an MSDeploy from resetting ACLs that I need for an application;
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IncludeSetACLProviderOnDestination>False</IncludeSetACLProviderOnDestination>
</PropertyGroup>
</Project>
But it would be so much easier if this were a simple checkbox option in the Web Deploy settings, probably with the other "Advanced options" that correlate to similar settings.
Phil
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 15 Feb, 2016 05:38 PM
Thanks for the suggestion. I've added a new issue: https://github.com/appveyor/ci/issues/648
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.