summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-11-18 17:24:56 (GMT)
committerGitHub <noreply@github.com>2020-11-18 17:24:56 (GMT)
commit8b1f4cc4644869812ff7f210a7fcbe872d88846e (patch)
tree34cf00081a89a2ba2ff7a6f0dfdd1ec89ca142ae /.azure-pipelines
parent66dd5338a1ca98921c8e6c51228541ef8ed8076a (diff)
downloadcpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.zip
cpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.tar.gz
cpython-8b1f4cc4644869812ff7f210a7fcbe872d88846e.tar.bz2
bpo-42336: Improve PCbuild batch files (GH-23325)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/ci.yml2
-rw-r--r--.azure-pipelines/pr.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index 531ed06..3feb85a 100644
--- a/.azure-pipelines/ci.yml
+++ b/.azure-pipelines/ci.yml
@@ -104,7 +104,7 @@ jobs:
matrix:
win32:
arch: win32
- buildOpt:
+ buildOpt: '-p Win32'
testRunTitle: '$(Build.SourceBranchName)-win32'
testRunPlatform: win32
win64:
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index 1ffe0a9..2e94af3 100644
--- a/.azure-pipelines/pr.yml
+++ b/.azure-pipelines/pr.yml
@@ -104,7 +104,7 @@ jobs:
matrix:
win32:
arch: win32
- buildOpt:
+ buildOpt: '-p Win32'
testRunTitle: '$(System.PullRequest.TargetBranch)-win32'
testRunPlatform: win32
win64: