Update to new VSTS script (#3162)

This commit is contained in:
BrennanConroy 2018-10-19 12:29:47 -07:00 committed by GitHub
parent e68c8025d5
commit d82a3e6c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 42 deletions

View File

@ -9,28 +9,9 @@ resources:
name: aspnet-BuildTools name: aspnet-BuildTools
ref: refs/heads/release/2.2 ref: refs/heads/release/2.2
phases: jobs:
- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools - template: .azure/templates/project-ci.yml@buildtools
parameters: 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: beforeBuild:
- task: NodeTool@0 - task: NodeTool@0
displayName: Use Node 8.x displayName: Use Node 8.x

View File

@ -11,28 +11,9 @@ resources:
name: aspnet/BuildTools name: aspnet/BuildTools
ref: refs/heads/release/2.2 ref: refs/heads/release/2.2
phases: jobs:
- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools - template: .azure/templates/project-ci.yml@buildtools
parameters: 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: beforeBuild:
- task: NodeTool@0 - task: NodeTool@0
displayName: Use Node 8.x displayName: Use Node 8.x