Commit 2c7d1a65 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Update azure-devops.yml for Azure Pipelines

parent 26370dd2
...@@ -223,6 +223,21 @@ jobs: ...@@ -223,6 +223,21 @@ jobs:
runSettingsFile: '.\tests\test.runsettings' runSettingsFile: '.\tests\test.runsettings'
platform: x64 platform: x64
- script: 'rename ./TestResults/*.trx ./NLua.Windows.xml'
displayName: 'Rename Test result'
- task: PublishTestResults@2
inputs:
testResultsFormat: 'VSTest'
testResultsFiles: 'NLua.Windows.xml'
- task: PublishPipelineArtifact@1
displayName: 'Publish KeraLuaTest.Windows.xml'
inputs:
targetPath: NLua.Windows.xml
artifact: 'NLua.Windows.xml'
publishLocation: 'pipeline'
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
displayName: 'Download Build Xamarin.iOS' displayName: 'Download Build Xamarin.iOS'
inputs: inputs:
......
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