Update to new templates
This commit is contained in:
parent
d2af13517b
commit
7100d1a797
|
|
@ -1,7 +1,7 @@
|
||||||
# See https://github.com/aspnet/BuildTools
|
# See https://github.com/aspnet/BuildTools
|
||||||
|
|
||||||
phases:
|
phases:
|
||||||
- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools
|
- template: .azure/templates/jobs/default-build.yml@buildtools
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Windows
|
agentOs: Windows
|
||||||
beforeBuild:
|
beforeBuild:
|
||||||
|
|
@ -10,7 +10,7 @@ phases:
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: 8.x
|
versionSpec: 8.x
|
||||||
|
|
||||||
- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools
|
- template: .azure/templates/jobs/default-build.yml@buildtools
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: macOS
|
agentOs: macOS
|
||||||
beforeBuild:
|
beforeBuild:
|
||||||
|
|
@ -24,7 +24,7 @@ phases:
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||||
|
|
||||||
- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools
|
- template: .azure/templates/jobs/default-build.yml@buildtools
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
beforeBuild:
|
beforeBuild:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue