From 7100d1a7975827379b97850568e43ef7d065b2d4 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 30 Oct 2018 16:13:37 -0700 Subject: [PATCH] Update to new templates --- .vsts-pipelines/templates/project-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vsts-pipelines/templates/project-ci.yml b/.vsts-pipelines/templates/project-ci.yml index 4178cfde97..1f199d8230 100644 --- a/.vsts-pipelines/templates/project-ci.yml +++ b/.vsts-pipelines/templates/project-ci.yml @@ -1,7 +1,7 @@ # See https://github.com/aspnet/BuildTools phases: -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools +- template: .azure/templates/jobs/default-build.yml@buildtools parameters: agentOs: Windows beforeBuild: @@ -10,7 +10,7 @@ phases: inputs: versionSpec: 8.x -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools +- template: .azure/templates/jobs/default-build.yml@buildtools parameters: agentOs: macOS beforeBuild: @@ -24,7 +24,7 @@ phases: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 -- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools +- template: .azure/templates/jobs/default-build.yml@buildtools parameters: agentOs: Linux beforeBuild: