Commit 752579b2 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Update azure-devops.yml for Azure Pipelines

parent 2c7d1a65
...@@ -221,9 +221,10 @@ jobs: ...@@ -221,9 +221,10 @@ jobs:
inputs: inputs:
testAssemblyVer2: '.\tests\build\net45\bin\Release\NLuaTest.dll' testAssemblyVer2: '.\tests\build\net45\bin\Release\NLuaTest.dll'
runSettingsFile: '.\tests\test.runsettings' runSettingsFile: '.\tests\test.runsettings'
resultsFolder: '.\TestResults'
platform: x64 platform: x64
- script: 'rename ./TestResults/*.trx ./NLua.Windows.xml' - script: 'rename .\TestResults\*.trx .\NLua.Windows.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