Skip to content

Commit

Permalink
Include cucumber messages codebehind files
Browse files Browse the repository at this point in the history
  • Loading branch information
epresi committed Jul 9, 2020
1 parent c6c00b9 commit 7ca0544
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Tests/TechTalk.SpecFlow.Specs/TechTalk.SpecFlow.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,14 @@
<Target Name="IncludeCucumberMessagesSpecs" BeforeTargets="BeforeUpdateFeatureFilesInProject" Condition="$(DesignTimeBuild) != 'true' OR '$(BuildingProject)' == 'true'">
<Copy SourceFiles="@(CucumberMessagesSpecFlowFeatureFiles)" DestinationFolder="Features/CucumberMessages" />
<ItemGroup>
<SpecFlowFeatureFiles Include="Features/CucumberMessages/*.feature" />
<_CucumberMessagesSpecFlowFeatureFiles Include="Features/CucumberMessages/*.feature" />

<_CucumberMessagesSpecFlowFeatureFiles>
<CodeBehindFile>Features/CucumberMessages/%(Filename).feature$(DefaultLanguageSourceExtension)</CodeBehindFile>
<Visible>$(UsingMicrosoftNETSdk)</Visible>
</_CucumberMessagesSpecFlowFeatureFiles>

<SpecFlowFeatureFiles Include="@(_CucumberMessagesSpecFlowFeatureFiles)" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 7ca0544

Please sign in to comment.