summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorBrian Cristante <brcrista@microsoft.com>2018-10-05 16:45:15 -0400
committerBrian Cristante <brcrista@microsoft.com>2018-10-05 16:45:15 -0400
commita85f4213322cb2bc67eb2690cb0fd307a06f591e (patch)
tree7dfeae6dc950634191fa6c61f77d3eedded2d527 /.azure-pipelines
parent1b67afe99cc2c0f41e1181d57014d37d57bc0337 (diff)
downloadpip-a85f4213322cb2bc67eb2690cb0fd307a06f591e.tar.gz
need to run test-windows job from windows.yml
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/jobs/test-windows.yml2
-rw-r--r--.azure-pipelines/windows.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/jobs/test-windows.yml b/.azure-pipelines/jobs/test-windows.yml
index 861c4da1a..49807a2eb 100644
--- a/.azure-pipelines/jobs/test-windows.yml
+++ b/.azure-pipelines/jobs/test-windows.yml
@@ -2,7 +2,7 @@ parameters:
vmImage:
jobs:
-- job: Test
+- job: Test_Primary
displayName: Test Primary
pool:
diff --git a/.azure-pipelines/windows.yml b/.azure-pipelines/windows.yml
index 2923d0fd1..9d1bf5385 100644
--- a/.azure-pipelines/windows.yml
+++ b/.azure-pipelines/windows.yml
@@ -1,5 +1,5 @@
jobs:
-- template: jobs/test.yml
+- template: jobs/test-windows.yml
parameters:
vmImage: vs2017-win2016