summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorBrian Cristante <brcrista@microsoft.com>2018-10-05 16:49:01 -0400
committerBrian Cristante <brcrista@microsoft.com>2018-10-05 16:49:01 -0400
commitf454f609be1b63a1da9b41bf42ed53fb87dfd5be (patch)
treef83fdc8e2e13969cae7711f23c8d4528afca6811 /.azure-pipelines
parenta85f4213322cb2bc67eb2690cb0fd307a06f591e (diff)
downloadpip-f454f609be1b63a1da9b41bf42ed53fb87dfd5be.tar.gz
fix dependsOn
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/jobs/test-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/jobs/test-windows.yml b/.azure-pipelines/jobs/test-windows.yml
index 49807a2eb..b8cb6044f 100644
--- a/.azure-pipelines/jobs/test-windows.yml
+++ b/.azure-pipelines/jobs/test-windows.yml
@@ -26,7 +26,7 @@ jobs:
displayName: Test Secondary
# Don't run integration tests for these runs
# Run after Test_Primary so we don't devour time and jobs if tests are going to fail
- dependsOn: Test
+ dependsOn: Test_Primary
pool:
vmImage: ${{ parameters.vmImage }}