Created
May 3, 2020 21:04
-
-
Save aalmada/36b1e84a35d40c90d80b2c6c1ef754c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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