"vscode:/vscode.git/clone" did not exist on "7de731a519c197136df008e2645a931ab7c57a89"
Commit 898a9151 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

fix \

parent e2ec40fb
...@@ -55,7 +55,7 @@ jobs: ...@@ -55,7 +55,7 @@ jobs:
- script: 'dotnet test ./tests/build/net45/bin/Release/NLuaTest.dll -l:trx;' - 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' - script: 'mv TestResults/*.trx ./TEST-Result-Mac.xml'
displayName: 'Rename Test result' displayName: 'Rename Test result'
- 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