diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b40ca7b3db..4225ca1328 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,6 +67,17 @@ jobs: PathtoPublish: bundles/ ArtifactName: bundles +- job: linux + displayName: 'Linux' + dependsOn: source + steps: + - template: azure-pipelines/templates/release-fetch-source.yml + - template: linux-build.yml + parameters: + Image: compile-farm + ContainerCommand: '$(Build.BuildNumber)' + Tag: $(Agent.JobName) + - job: windows displayName: 'Windows' pool: