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

Fix tests on Mac

parent 187e26d8
...@@ -52,13 +52,16 @@ jobs: ...@@ -52,13 +52,16 @@ jobs:
solution: NLua.Mac.sln solution: NLua.Mac.sln
configuration: Release configuration: Release
- script: 'dotnet test ./tests/build/net45/bin/Release/NLuaTest.dll -l:trx;LogFileName=TEST-Result-Mac.xml' - script: 'dotnet test ./tests/build/net45/bin/Release/NLuaTest.dll -l:trx;'
displayName: 'Run OSX tests' displayName: 'Run OSX tests'
- script: 'mv TestResults\*.trx .\TEST-Result-Mac.xml'
displayName: 'Rename Test result'
- task: PublishTestResults@2 - task: PublishTestResults@2
displayName: 'Publish Mac Test Results TEST-Result-Mac.xml' displayName: 'Publish Mac Test Results TEST-Result-Mac.xml'
inputs: inputs:
testResultsFormat: NUnit testResultsFormat: VSTest
testResultsFiles: 'TEST-Result-Mac.xml' testResultsFiles: 'TEST-Result-Mac.xml'
- task: MSBuild@1 - task: MSBuild@1
......
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