Skip to content

Instantly share code, notes, and snippets.

@sdurandeu
Created December 3, 2014 20:32
Show Gist options
  • Save sdurandeu/df641fd6294ce7eaf6dd to your computer and use it in GitHub Desktop.
Save sdurandeu/df641fd6294ce7eaf6dd to your computer and use it in GitHub Desktop.
wpp.targets for excluding folder
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<MsDeploySkipRules Include="SkipNewRelic">
<SkipAction></SkipAction>
<ObjectName>dirPath</ObjectName>
<AbsolutePath>\\newrelic$</AbsolutePath>
<Apply>Destination</Apply>
</MsDeploySkipRules>
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment