Skip to content

Commit 59cf5f7

Browse files
committed
Update Specflow Netcore utility to use the last specflow.exe versions
1 parent 72af318 commit 59cf5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Sample.Test.Splecflow/Sample.Test.Splecflow.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<Target Name="PrecompileScript" BeforeTargets="BeforeBuild">
28-
<Exec Command="dotnet SpecFlow.NetCore --test-framework mstest --specflow-path $(USERPROFILE)\.nuget\packages\SpecFlow\2.2.0\tools\specflow.exe" />
28+
<Exec Command="dotnet SpecFlow.NetCore --test-framework mstest --specflow-path $(USERPROFILE)\.nuget\packages\SpecFlow\2.2.1\tools\specflow.exe" />
2929
</Target>
3030

3131
<ItemGroup>

0 commit comments

Comments
 (0)