diff options
| author | Oskari Timperi <oswjk@users.noreply.github.com> | 2019-06-18 22:36:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-18 22:36:20 +0300 |
| commit | ca8c68841349564d421f5a2d1c7cb4d92049e1ab (patch) | |
| tree | a29a5cf4d76a295456def001de3270856e6ff973 | |
| parent | 0822e8c34fc7fc2ffc242a7c0992e506d49f1bce (diff) | |
| download | portablepython-ca8c68841349564d421f5a2d1c7cb4d92049e1ab.tar.gz portablepython-ca8c68841349564d421f5a2d1c7cb4d92049e1ab.zip | |
Update azure-pipelines.yml
| -rw-r--r-- | azure-pipelines.yml | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e872641..a140598 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,16 +4,15 @@ trigger: pool: vmImage: 'vs2017-win2016' -jobs: -- job: build - steps: - - powershell: .\download.ps1 - displayName: 'Run the build' - strategy: - matrix: - PY351_32: - PYVERSION: 3.5.1 - PYARCH: 32 - PY351_64: - PYVERSION: 3.5.1 - PYARCH: 64 +strategy: + matrix: + PY351_32: + PYVERSION: 3.5.1 + PYARCH: 32 + PY351_64: + PYVERSION: 3.5.1 + PYARCH: 64 + +steps: +- powershell: .\download.ps1 + displayName: 'Run the build' |
