Skip to content

Instantly share code, notes, and snippets.

@aalmada
Created May 3, 2020 21:04
Show Gist options
  • Select an option

  • Save aalmada/36b1e84a35d40c90d80b2c6c1ef754c1 to your computer and use it in GitHub Desktop.

Select an option

Save aalmada/36b1e84a35d40c90d80b2c6c1ef754c1 to your computer and use it in GitHub Desktop.
<ItemGroup>
<Compile Remove="TestData\**\*.Fix.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="TestData\**\*.Fix.cs">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment