Fix FreeBSD leg removal (#5036)
Delete lines rather than commenting to fix AzDO yaml parsing.
This commit is contained in:
Родитель
1cff68c625
Коммит
b54833551f
|
@ -80,16 +80,6 @@ jobs:
|
|||
################################################################################
|
||||
# Build Bash legs (Linux and FreeBSD)
|
||||
################################################################################
|
||||
# - ${{ if ne(variables['System.TeamProject'], 'public') }}:
|
||||
# - template: /eng/jobs/bash-build.yml
|
||||
# parameters:
|
||||
# displayName: Build_FreeBSD_x64
|
||||
# disableCrossgen: true
|
||||
# osGroup: FreeBSD
|
||||
# portableBuild: true
|
||||
# skipTests: true
|
||||
# targetArchitecture: x64
|
||||
|
||||
- template: /eng/jobs/bash-build.yml
|
||||
parameters:
|
||||
crossBuild: true
|
||||
|
|
|
@ -5,7 +5,6 @@ jobs:
|
|||
displayName: Finalize_Publish
|
||||
# Run only if all build legs succeeded
|
||||
condition: and(
|
||||
# succeeded('Build_FreeBSD_x64'),
|
||||
succeeded('Build_Linux_Arm'),
|
||||
succeeded('Build_Linux_Arm64'),
|
||||
succeeded('Build_Linux_x64_Alpine36'),
|
||||
|
@ -19,7 +18,6 @@ jobs:
|
|||
ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'))
|
||||
# Run after all dependent legs are executed
|
||||
dependsOn:
|
||||
# - Build_FreeBSD_x64
|
||||
- Build_Linux_Arm
|
||||
- Build_Linux_Arm64
|
||||
- Build_Linux_x64_Alpine36
|
||||
|
|
Загрузка…
Ссылка в новой задаче