Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 40acf79

Browse files
DalSoftstajs
authored andcommitted
Updated README.md (#76)
Added mono to the build task, so it works on macOS when called using 'dotnet build' (as well as working on VS)
1 parent ac92701 commit 40acf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This has been tested on Windows, Ubuntu and macOS (High Sierra). It works in exa
8686
</ItemGroup>
8787

8888
<Target Name="PrecompileScript" BeforeTargets="BeforeBuild">
89-
<Exec Command="$(NuGetPackageRoot)specflow.netcore/$(SpecFlowNetCoreVersion)/lib/$(TargetFramework)/dotnet-SpecFlow.NetCore.exe" />
89+
<Exec Command="mono $(NuGetPackageRoot)specflow.netcore/$(SpecFlowNetCoreVersion)/lib/$(TargetFramework)/dotnet-SpecFlow.NetCore.exe" />
9090
</Target>
9191
```
9292

0 commit comments

Comments
 (0)