Skip to content

Instantly share code, notes, and snippets.

@murven
Created March 15, 2016 01:14
Show Gist options
  • Save murven/164072d89c3f1abe9ef8 to your computer and use it in GitHub Desktop.
Save murven/164072d89c3f1abe9ef8 to your computer and use it in GitHub Desktop.
Include all Unicorn files in the project in a single content tag in csproj file
<Content Include="Sitecore_Data\Unicorn\Default Configuration\\**\*.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment