Skip to content

Commit

Permalink
Merge pull request #4375 from sharwell/up-to-date
Browse files Browse the repository at this point in the history
Update definition of AnalyzerReleases.Shipped.md item to fix up-to-date check
  • Loading branch information
sharwell committed Oct 28, 2020
2 parents 129a02d + c7554de commit 49efc9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.targets
Expand Up @@ -30,9 +30,9 @@
<AdditionalFiles Include="$(MSBuildProjectDirectory)\AnalyzerReleases.Shipped.md" />
<!-- Copy the shipped releases file to output directory so it can be used in 'GenerateGlobalAnalyzerConfigs' post-build target -->
<!-- Include shipped file also as 'None' - Workaround for 'CopyToOutputDirectory' not being respected for additional files -->
<None Include="$(MSBuildProjectDirectory)\AnalyzerReleases.Shipped.md">
<None Update="AnalyzerReleases.Shipped.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>$(OutputDirectory)\AnalyzerReleases\$(AssemblyName)\AnalyzerReleases.Shipped.md</Link>
<Link>AnalyzerReleases\$(AssemblyName)\AnalyzerReleases.Shipped.md</Link>
</None>
</ItemGroup>

Expand Down

0 comments on commit 49efc9e

Please sign in to comment.