|
|
@ -35,6 +35,12 @@ jobs:
|
|
|
|
Windows: 'windows-latest'
|
|
|
|
Windows: 'windows-latest'
|
|
|
|
macOS: 'macos-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'))) }}:
|
|
|
|
- ${{ if not(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master'))) }}:
|
|
|
|
- template: azure-pipelines-abi.yml
|
|
|
|
- template: azure-pipelines-abi.yml
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|