Commit c6cc7430 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

fixed dotnet test

parent 334989ae
...@@ -52,7 +52,7 @@ jobs: ...@@ -52,7 +52,7 @@ jobs:
solution: NLua.Mac.sln solution: NLua.Mac.sln
configuration: Release configuration: Release
- script: 'dotnet test ./tests/build/net45/bin/Release/NLuaTest.dll --result=TEST-Result-Mac.xml' - script: 'dotnet test ./tests/build/net45/bin/Release/NLuaTest.dll -l:trx;LogFileName=TEST-Result-Mac.xml'
displayName: 'Run OSX tests' displayName: 'Run OSX tests'
- task: PublishTestResults@2 - task: PublishTestResults@2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment