From d82a3e6c99add110dcc1c64981f35bccf9746b1b Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Fri, 19 Oct 2018 12:29:47 -0700 Subject: [PATCH] Update to new VSTS script (#3162) --- .vsts-pipelines/builds/ci-internal.yml | 23 ++--------------------- .vsts-pipelines/builds/ci-public.yml | 23 ++--------------------- 2 files changed, 4 insertions(+), 42 deletions(-) diff --git a/.vsts-pipelines/builds/ci-internal.yml b/.vsts-pipelines/builds/ci-internal.yml index a19cee5885..43ff9de303 100644 --- a/.vsts-pipelines/builds/ci-internal.yml +++ b/.vsts-pipelines/builds/ci-internal.yml @@ -9,28 +9,9 @@ resources: name: aspnet-BuildTools ref: refs/heads/release/2.2 -phases: -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools +jobs: +- template: .azure/templates/project-ci.yml@buildtools parameters: - agentOs: Windows - beforeBuild: - - task: NodeTool@0 - displayName: Use Node 8.x - inputs: - versionSpec: 8.x - -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools - parameters: - agentOs: macOS - beforeBuild: - - task: NodeTool@0 - displayName: Use Node 8.x - inputs: - versionSpec: 8.x - -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools - parameters: - agentOs: Linux beforeBuild: - task: NodeTool@0 displayName: Use Node 8.x diff --git a/.vsts-pipelines/builds/ci-public.yml b/.vsts-pipelines/builds/ci-public.yml index 1cca5b68cc..1720b246d8 100644 --- a/.vsts-pipelines/builds/ci-public.yml +++ b/.vsts-pipelines/builds/ci-public.yml @@ -11,28 +11,9 @@ resources: name: aspnet/BuildTools ref: refs/heads/release/2.2 -phases: -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools +jobs: +- template: .azure/templates/project-ci.yml@buildtools parameters: - agentOs: Windows - beforeBuild: - - task: NodeTool@0 - displayName: Use Node 8.x - inputs: - versionSpec: 8.x - -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools - parameters: - agentOs: macOS - beforeBuild: - - task: NodeTool@0 - displayName: Use Node 8.x - inputs: - versionSpec: 8.x - -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools - parameters: - agentOs: Linux beforeBuild: - task: NodeTool@0 displayName: Use Node 8.x