Azure DevOps pipeline improvements (#103782)

* Refactored to use multi-stage pipeline
This commit is contained in:
Ladislau Szomoru
2020-08-10 12:32:08 +02:00
committed by GitHub
parent cf4e4c1754
commit daee9ca2ce
7 changed files with 151 additions and 160 deletions

View File

@@ -63,7 +63,7 @@ steps:
displayName: Run Unit Tests (Electron)
- script: |
DISPLAY=:10 yarn test-browser --browser chromium
DISPLAY=:10 yarn test-browser --browser chromium --tfs "Browser Unit Tests"
displayName: Run Unit Tests (Browser)
- script: |