Update to new templates

This commit is contained in:
Ryan Brandenburg 2018-10-30 16:13:37 -07:00
parent d2af13517b
commit 7100d1a797
1 changed files with 3 additions and 3 deletions

View File

@ -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: