Skip to content

Commit 90c108d

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 90c108d

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
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

test/Microsoft.VisualStudio.Threading.Analyzers.Tests/Microsoft.VisualStudio.Threading.Analyzers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="Xunit.SkippableFact" />
3535
</ItemGroup>
3636
<ItemGroup>
37-
<EmbeddedResource Include="..\..\src\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes\build\AdditionalFiles\**"
37+
<EmbeddedResource Include="..\..\src\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes\buildTransitive\AdditionalFiles\**"
3838
LinkBase="BuiltIn.AdditionalFiles">
3939
<LogicalName>AdditionalFiles.%(FileName)%(Extension)</LogicalName>
4040
</EmbeddedResource>

0 commit comments

Comments
 (0)