Delete lines rather than commenting to fix AzDO yaml parsing.
This commit is contained in:
Davis Goodin 2019-01-23 16:40:44 -06:00 коммит произвёл GitHub
Родитель 1cff68c625
Коммит b54833551f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -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