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
1a39e4db
Commit
1a39e4db
authored
Feb 05, 2020
by
Vinicius Jarina
Browse files
[CI] Publish iOS/tvOS test results as artifact
parent
f83de846
Changes
1
Hide whitespace changes
Inline
Side-by-side
devops/azure-devops.yml
View file @
1a39e4db
...
...
@@ -8,7 +8,7 @@ resources:
jobs
:
-
job
:
'
NLuaMac'
displayName
:
'
NLua.
Mac'
displayName
:
'
Mac'
variables
:
-
group
:
'
Keys'
...
...
@@ -88,6 +88,20 @@ jobs:
testResultsFormat
:
NUnit
testResultsFiles
:
'
tests/build/xamarintvos/TEST-Result-Xamarin.TVOS.xml'
-
task
:
PublishPipelineArtifact@1
displayName
:
'
Publish
Pipeline
Artifact:
TEST-Result-Xamarin.iOS.xml'
inputs
:
targetPath
:
tests/build/xamarinios/TEST-Result-Xamarin.iOS.xml
artifact
:
Test.Results.iOS
publishLocation
:
'
pipeline'
-
task
:
PublishPipelineArtifact@1
displayName
:
'
Publish
Pipeline
Artifact:
TEST-Result-Xamarin.tvOS.xml'
inputs
:
targetPath
:
tests/build/xamarintvos/TEST-Result-Xamarin.TVOS.xml
artifact
:
Test.Results.tvOS
publishLocation
:
'
pipeline'
-
task
:
PublishPipelineArtifact@1
displayName
:
'
Publish
Pipeline
Artifact:
Xamarin.iOS.NLua'
inputs
:
...
...
@@ -119,7 +133,7 @@ jobs:
-
template
:
send-telegram.yml@templates
-
job
:
'
NLuaWindows'
displayName
:
'
NLua.
Windows'
displayName
:
'
Windows'
dependsOn
:
'
NLuaMac'
variables
:
-
group
:
'
Keys'
...
...
@@ -269,7 +283,7 @@ jobs:
-
template
:
send-telegram.yml@templates
-
job
:
'
NLuaLinux'
displayName
:
'
NLua.
Linux'
displayName
:
'
Linux'
variables
:
-
group
:
'
Keys'
...
...
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