Skip to content

Commit

Permalink
fix nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 committed Nov 14, 2024
1 parent edcb3ad commit d0783ac
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/Agoda.CodeCompass.MSBuild/Agoda.CodeCompass.MSBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@
<None Include="build\*.props" Pack="true" PackagePath="build" />
<None Include="build\*.targets" Pack="true" PackagePath="build" />
</ItemGroup>

<ItemGroup>
<None Remove="AgodaAnalyzersAgoji.png" />
</ItemGroup>

<ItemGroup>
<Content Include="AgodaAnalyzersAgoji.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="AgodaAnalyzersAgoji.png" Pack="true" PackagePath="">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>

0 comments on commit d0783ac

Please sign in to comment.