Skip to content

Commit a0470d9

Browse files
committed
Switch from build to buildTransitive for analyzer package
This should increase the odds of the AdditionalFiles getting everywhere they need to be.
1 parent f4d653a commit a0470d9

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<Content Include="build\**" Pack="true" PackagePath="build\" />
23+
<Content Include="buildTransitive\**" Pack="true" PackagePath="buildTransitive\" />
2424
<Content Include="tools\*.ps1" Pack="true" PackagePath="tools\" />
2525
</ItemGroup>
2626

src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/build/AdditionalFiles/vs-threading.LegacyThreadSwitchingMembers.txt renamed to src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/buildTransitive/AdditionalFiles/vs-threading.LegacyThreadSwitchingMembers.txt

File renamed without changes.

src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/build/AdditionalFiles/vs-threading.MainThreadAssertingMethods.txt renamed to src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/buildTransitive/AdditionalFiles/vs-threading.MainThreadAssertingMethods.txt

File renamed without changes.

src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/build/AdditionalFiles/vs-threading.MainThreadSwitchingMethods.txt renamed to src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/buildTransitive/AdditionalFiles/vs-threading.MainThreadSwitchingMethods.txt

File renamed without changes.

src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/build/AdditionalFiles/vs-threading.MembersRequiringMainThread.txt renamed to src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/buildTransitive/AdditionalFiles/vs-threading.MembersRequiringMainThread.txt

File renamed without changes.

src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/build/Microsoft.VisualStudio.Threading.Analyzers.targets renamed to src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/buildTransitive/Microsoft.VisualStudio.Threading.Analyzers.targets

File renamed without changes.

0 commit comments

Comments
 (0)