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