diff options
author | Steve Dower <steve.dower@python.org> | 2020-11-18 17:24:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 17:24:56 (GMT) |
commit | 8b1f4cc4644869812ff7f210a7fcbe872d88846e (patch) | |
tree | 34cf00081a89a2ba2ff7a6f0dfdd1ec89ca142ae /.azure-pipelines | |
parent | 66dd5338a1ca98921c8e6c51228541ef8ed8076a (diff) | |
download | cpython-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.yml | 2 | ||||
-rw-r--r-- | .azure-pipelines/pr.yml | 2 |
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: |