Skip to content
14 changes: 9 additions & 5 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
resources:
containers:
- container: linuxContainer
image: microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20170319080304

phases:
- template: /eng/build.yml
parameters:
Expand All @@ -18,12 +23,13 @@ phases:
${{ if notIn(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'PullRequest') }}:
_PublishType: none
_SignType: real

- template: /eng/build.yml
parameters:
name: Linux
queue:
name: Hosted Linux Preview
queue:
name: Hosted Ubuntu 1604
container: linuxContainer
parallel: 2
matrix:
Build_Debug:
Expand All @@ -37,5 +43,3 @@ phases:
_SignType: test
${{ if notIn(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'PullRequest') }}:
_SignType: real
variables:
_PREVIEW_VSTS_DOCKER_IMAGE: microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20170319080304