Skip to content

Commit

Permalink
remove asv.conf.json content
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Nov 11, 2024
1 parent 4098c47 commit 0885ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/FwHeadless/FwHeadless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Mercurial4ChorusDestDir>$(MSBuildProjectDirectory)</Mercurial4ChorusDestDir>
<!-- MSBuild complains about duplicate Content item "Mercurial/contrib/asv.conf.json" without this -->
<EnableDefaultContentItems>false</EnableDefaultContentItems>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,6 +24,8 @@
</ItemGroup>

<ItemGroup>
<!-- json files get imported by default because this is a web project, so exclude those here so they aren't imported again below -->
<Content Remove="Mercurial\contrib\asv.conf.json"/>
<Content Include="Mercurial\**" CopyToOutputDirectory="Always" Watch="false" />
<Content Include="MercurialExtensions\**" CopyToOutputDirectory="Always" Watch="false" />
</ItemGroup>
Expand Down

0 comments on commit 0885ca6

Please sign in to comment.