chore: make custom target not depend on build
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@
|
||||
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="IncludeCodeFixInPackage" BeforeTargets="GenerateNuspec" DependsOnTargets="Build">
|
||||
<Target Name="IncludeCodeFixInPackage" BeforeTargets="GenerateNuspec">
|
||||
<ItemGroup>
|
||||
<_PackageFiles Include="$(MSBuildProjectDirectory)\..\$(MSBuildProjectName).CodeFixes\bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).CodeFixes.dll">
|
||||
<PackagePath>analyzers/dotnet/cs</PackagePath>
|
||||
|
||||
Reference in New Issue
Block a user