We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e895363 commit 760db5bCopy full SHA for 760db5b
build.fsx
@@ -262,10 +262,7 @@ Target "Build.NetCore" (fun _ ->
262
)
263
264
Target "RunTests.NetCore" (fun _ ->
265
- try
266
- runCmdIn "tests/service/" "dotnet" "test -c Release --result:TestResults.NetCore.xml;format=nunit3"
267
- with _ ->
268
- printfn ".NET core tests failed"
+ runCmdIn "tests/service/" "dotnet" "test -c Release --result:TestResults.NetCore.xml;format=nunit3"
269
270
271
0 commit comments