Skip to content

Commit

Permalink
Move "EmbeddedFiles" items to "Directory.Build.targets"
Browse files Browse the repository at this point in the history
This applies the following suggestion from @tmat:

shiftkey/dotnetcore-sourcelink-test-bug#1 (comment)
  • Loading branch information
atifaziz committed Apr 8, 2020
1 parent 91f6566 commit 574207c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)', '$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions src/Fizzler.Systems.HtmlAgilityPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@
<PropertyGroup>
<EmbedUntrackedSource>true</EmbedUntrackedSource>
</PropertyGroup>
<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>
</Project>

0 comments on commit 574207c

Please sign in to comment.