azure: fix template path

This commit is contained in:
Pavel Stupnikov
2019-03-31 22:05:55 +03:00
parent 56805eb104
commit c148a1bbab

View File

@@ -72,7 +72,7 @@ jobs:
dependsOn: source
steps:
- template: azure-pipelines/templates/release-fetch-source.yml
- template: linux-build.yml
- template: azure-pipelines/templates/linux-build.yml
parameters:
Image: compile-farm
ContainerCommand: '$(Build.BuildNumber)'