Updated azure-ci-build-pipeline.yaml

This commit is contained in:
Marek Wolan
2023-07-11 07:19:58 +00:00
parent d90a00d063
commit 71f02d46d1

View File

@@ -7,8 +7,8 @@ trigger:
- release/*
strategy:
matrix:
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
matrix:
UbuntuPython38:
python.version: '3.8'
imageName: 'ubuntu-latest'
@@ -27,7 +27,8 @@ strategy:
MacOSPython310:
python.version: '3.10'
imageName: 'macOS-latest'
${{ if not(eq(variables['Build.Reason'], 'PullRequest')) }}:
${{ if not(eq(variables['Build.Reason'], 'PullRequest')) }}:
matrix:
UbuntuPython310:
python.version: '3.10'
imageName: 'ubuntu-latest'