mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Let's see if it magically works
This commit is contained in:
@@ -45,9 +45,17 @@ jobs:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
ATOM_JASMINE_REPORTER: list
|
||||
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/test-results
|
||||
displayName: Run tests
|
||||
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
|
||||
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: JUnit
|
||||
testResultsFiles: $(Agent.HomeDirectory)/test-results/TEST-*.xml
|
||||
testRunTitle: MacOS
|
||||
condition: succeededOrFailed()
|
||||
|
||||
- script: |
|
||||
cp $(Build.SourcesDirectory)/out/*.zip $(Build.ArtifactStagingDirectory)
|
||||
displayName: Stage Artifacts
|
||||
|
||||
Reference in New Issue
Block a user