Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

## Bug fixes:

*Contributors of this release (in alphabetical order):*
* Fix: Reqnroll.SpecFlowCompatibility 3.3.4 package is not published (#1068)

*Contributors of this release (in alphabetical order):* @304NotModified

# v3.3.4 - 2026-03-23

Expand Down
3 changes: 3 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,15 @@ if (Directory.Exists(TmpDirectory))
<!-- Included referenced project PDBs as part of the symbols package. -->
<Target Name="CollectProjectReferenceDebugSymbolsForPack" DependsOnTargets="$(CollectProjectReferenceDebugSymbolsForPackDependsOn)">
<ItemGroup>
<!-- Include symbols for PDB files in _ProjectReferenceCopyLocalPathsForPackAsComponent -->
<TfmSpecificDebugSymbolsFile
Include="@(_ProjectReferenceCopyLocalPathsForPackAsComponent)"
TargetFramework="$(TargetFramework)"
Condition="'%(Extension)' == '.pdb'"/>
</ItemGroup>

<ItemGroup>
<!-- Include related PDB symbols for DLL files in _ProjectReferenceCopyLocalPathsForPackAsComponent -->
<_TfmSpecificDebugSymbolsCandidate
Include="@(_ProjectReferenceCopyLocalPathsForPackAsComponent->'%(RootDir)%(Directory)%(Filename).pdb')"
Condition="'%(Extension)' != '.pdb'"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<IsReqnrollRuntimePlugin>true</IsReqnrollRuntimePlugin>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>

<!-- This is required to ensure dependencies are made available for packing -->
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand All @@ -21,4 +21,4 @@
<ProjectReference Include="..\Reqnroll.SpecFlowCompatibility\Reqnroll.SpecFlowCompatibility.csproj" PrivateAssets="all" PackAsComponent="true" />
</ItemGroup>

</Project>
</Project>
Loading