Skip to content

Commit

Permalink
Don't copy symbol files into test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed May 11, 2024
1 parent 78fdaa5 commit c30f0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/AssEmbly.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\Example Programs\**\*.asm" Link="Example Programs\%(RecursiveDir)\%(Filename)%(Extension)">
<None Include="..\Example Programs\**\*.asm" Exclude="..\Example Programs\**\*.sym.asm" Link="Example Programs\%(RecursiveDir)\%(Filename)%(Extension)">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit c30f0f8

Please sign in to comment.