PowerShell/.vsts-ci
Travis Plunk a7f798575d
Parallelize the windows CI to enable us to run all tests all the time (#8868)
Split Windows CI into the following Jobs

1. Combine Build and xUnit, which published build artifact
1. Elevated CI tests
1. Unelevated CI test
1. Elevated everything else tests
1. Unelevated everything else tests
1. Package build and test
1. Verify xUnit result

## PR Context  

Before this test:

- A CI run would take ~14 minutes
- A Feature run would take ~30 minutes

After this change, it always runs all tests and takes ~20 minutes.
Job `Unelevated everything else tests` is the long poll, taking ~4 minutes longer than the next shortest job.  We should be able to get this back down to ~15 if we split that test job somehow.
2019-02-14 16:33:19 -08:00
..
templates Parallelize the windows CI to enable us to run all tests all the time (#8868) 2019-02-14 16:33:19 -08:00
install-ps.yml Remove unneeded Invoke-Expression on unvalidated input (#8826) 2019-02-05 10:48:34 -08:00
linux.yml Refactor travis.ps1 into ci.psm1 (#8822) 2019-02-08 14:37:36 -08:00
mac.yml Refactor travis.ps1 into ci.psm1 (#8822) 2019-02-08 14:37:36 -08:00
misc-analysis.yml Remove directory causing static analysis failure (#8812) 2019-02-01 18:03:12 -08:00
windows.yml Parallelize the windows CI to enable us to run all tests all the time (#8868) 2019-02-14 16:33:19 -08:00