Skip to content

Commit c7554de

Browse files
committed
Update definition of AnalyzerReleases.Shipped.md item to fix up-to-date check
1 parent a235f3f commit c7554de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<AdditionalFiles Include="$(MSBuildProjectDirectory)\AnalyzerReleases.Shipped.md" />
3131
<!-- Copy the shipped releases file to output directory so it can be used in 'GenerateGlobalAnalyzerConfigs' post-build target -->
3232
<!-- Include shipped file also as 'None' - Workaround for 'CopyToOutputDirectory' not being respected for additional files -->
33-
<None Include="$(MSBuildProjectDirectory)\AnalyzerReleases.Shipped.md">
33+
<None Update="AnalyzerReleases.Shipped.md">
3434
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
35-
<Link>$(OutputDirectory)\AnalyzerReleases\$(AssemblyName)\AnalyzerReleases.Shipped.md</Link>
35+
<Link>AnalyzerReleases\$(AssemblyName)\AnalyzerReleases.Shipped.md</Link>
3636
</None>
3737
</ItemGroup>
3838

0 commit comments

Comments
 (0)