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

Update azure-devops.yml for Azure Pipelines

parent faf49ad7
...@@ -216,16 +216,15 @@ jobs: ...@@ -216,16 +216,15 @@ jobs:
solution: 'NLua.Android.sln' solution: 'NLua.Android.sln'
configuration: Release configuration: Release
- task: VSTest@2 - script: 'dotnet test .\tests\build\net45\bin\Release\NLuaTest.dll -l:trx'
displayName: 'VsTest - testAssemblies' displayName: 'Run Windows Tests'
inputs:
testAssemblyVer2: '.\tests\build\net45\bin\Release\NLuaTest.dll'
resultsFolder: '.\TestResults'
platform: x64
- script: 'rename .\TestResults\*.trx .\NLua.Windows.xml' - script: 'RENAME TestResults\*.trx NLua.Windows.xml'
displayName: 'Rename Test result' displayName: 'Rename Test result'
- script: 'MOVE TestResults\NLua.Windows.xml .'
displayName: 'Move Test result'
- task: PublishTestResults@2 - task: PublishTestResults@2
inputs: inputs:
testResultsFormat: 'VSTest' testResultsFormat: 'VSTest'
...@@ -305,7 +304,7 @@ jobs: ...@@ -305,7 +304,7 @@ jobs:
- group: 'Keys' - group: 'Keys'
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-18.04'
demands: msbuild demands: msbuild
steps: steps:
......
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