Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
af328bd1
Commit
af328bd1
authored
May 05, 2020
by
Vinicius Jarina
Browse files
Update azure-devops.yml for Azure Pipelines
parent
faf49ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
devops/azure-devops.yml
View file @
af328bd1
...
...
@@ -216,16 +216,15 @@ jobs:
solution
:
'
NLua.Android.sln'
configuration
:
Release
-
task
:
VSTest@2
displayName
:
'
VsTest
-
testAssemblies'
inputs
:
testAssemblyVer2
:
'
.\tests\build\net45\bin\Release\NLuaTest.dll'
resultsFolder
:
'
.\TestResults'
platform
:
x64
-
script
:
'
dotnet
test
.\tests\build\net45\bin\Release\NLuaTest.dll
-l:trx'
displayName
:
'
Run
Windows
Tests'
-
script
:
'
rename
.\
TestResults\*.trx
.\
NLua.Windows.xml'
-
script
:
'
RENAME
TestResults\*.trx
NLua.Windows.xml'
displayName
:
'
Rename
Test
result'
-
script
:
'
MOVE
TestResults\NLua.Windows.xml
.'
displayName
:
'
Move
Test
result'
-
task
:
PublishTestResults@2
inputs
:
testResultsFormat
:
'
VSTest'
...
...
@@ -305,7 +304,7 @@ jobs:
-
group
:
'
Keys'
pool
:
vmImage
:
'
ubuntu-1
6
.04'
vmImage
:
'
ubuntu-1
8
.04'
demands
:
msbuild
steps
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment