Skip to content

Instantly share code, notes, and snippets.

@jordanrobinson
Created October 4, 2015 00:29
Show Gist options
  • Save jordanrobinson/40d6a6783221077a710b to your computer and use it in GitHub Desktop.
Save jordanrobinson/40d6a6783221077a710b to your computer and use it in GitHub Desktop.
<Target Name="AddCustomSkipRules">
<ItemGroup>
<MsDeploySkipRules Include="SkipAppDataFolder">
<SkipAction></SkipAction>
<ObjectName>dirPath</ObjectName>
<AbsolutePath>$(_DestinationContentPath)\\App_Data$</AbsolutePath>
<Apply>Destination</Apply>
<XPath></XPath>
</MsDeploySkipRules>
</ItemGroup>
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment