Skip to content

Commit

Permalink
fix the packaging of the external data plugin for dotnet build (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabotageAndi authored Feb 11, 2022
1 parent 72cf5f2 commit 6b03923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
<dependency id="SpecFlow" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="build\**\*" target="build"/>
<files>
<file src="build\**\*" target="build"/>

<file src="bin\$config$\net461\**\*" target="build\net461"/>
<file src="bin\$config$\net461\**\*" target="build\net461"/>

<file src="bin\$config$\netcoreapp2.1\SpecFlow.ExternalData.SpecFlowPlugin.dll" target="build\netcoreapp2.1"/>
<file src="bin\$config$\netcoreapp2.1\SpecFlow.ExternalData.SpecFlowPlugin.pdb" target="build\netcoreapp2.1"/>
<file src="bin\$config$\netcoreapp2.1\*" target="build\netcoreapp2.1"/>

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
Expand Down

0 comments on commit 6b03923

Please sign in to comment.