test build
This commit is contained in:
parent
7be7718a5d
commit
3d881ba18a
@ -4,7 +4,7 @@ parameters:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: BuildContainersForPR_Linux
|
- job: BuildContainersForPR_Linux
|
||||||
condition: eq(${{ variables['Build.Reason'] }}, 'PullRequest'))
|
condition: eq('${{ variables['Build.Reason'] }}', 'PullRequest'))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
@ -13,7 +13,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TAG: ${{ variables['Build.SourceBranchName'] }}
|
TAG: ${{ variables['Build.SourceBranchName'] }}
|
||||||
- job: BuildContainersForPR_Windows
|
- job: BuildContainersForPR_Windows
|
||||||
condition: eq(${{ variables['Build.Reason'] }}, 'PullRequest'))
|
condition: eq('${{ variables['Build.Reason'] }}', 'PullRequest'))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-2019'
|
vmImage: 'windows-2019'
|
||||||
steps:
|
steps:
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
TAG: ${{ variables['Build.SourceBranchName'] }}
|
TAG: ${{ variables['Build.SourceBranchName'] }}
|
||||||
PLATFORM: win
|
PLATFORM: win
|
||||||
- job: BuildLinux
|
- job: BuildLinux
|
||||||
condition: ne('${{ variables['Build.Reason'] }}'', 'PullRequest'))
|
condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest'))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user