diff options
| author | Erwin de Haan <1627021+EraYaN@users.noreply.github.com> | 2020-10-01 17:38:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-01 17:38:36 +0200 |
| commit | 9585fea51e13c628f8d1223d03ffc7f05a570bbb (patch) | |
| tree | 10f5a1a4b023a22d9f65277af8c2ad3038a6389a | |
| parent | c7b3d4a90c946f9a2438622cc0ca43d19b84bef8 (diff) | |
Update azure-pipelines.yml
| -rw-r--r-- | .ci/azure-pipelines.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index b417aae67..347918e0b 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -34,6 +34,12 @@ jobs: Linux: 'ubuntu-latest' Windows: 'windows-latest' macOS: 'macos-latest' + +- ${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master')) }}: + - template: azure-pipelines-test.yml + parameters: + ImageNames: + Linux: 'ubuntu-latest' - ${{ if not(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master'))) }}: - template: azure-pipelines-abi.yml |
