Update to new VSTS script (#3162)
This commit is contained in:
parent
e68c8025d5
commit
d82a3e6c99
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue