Skip to content
16 changes: 2 additions & 14 deletions eng/common/pipelines/templates/archetype-typespec-emitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,7 @@ extends:
jobs:
- job: Initialize
steps:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths:
- "/*"
- "!SessionRecords"
- checkout: self

- task: UseNode@1
displayName: 'Install Node.js'
Expand Down Expand Up @@ -325,15 +321,7 @@ extends:
matrixArtifactsPath: $(Pipeline.Workspace)/matrix_artifacts
AzureSdkRepoName: $[format('azure-sdk/{0}', split(variables['Build.Repository.Name'], '/')[1])]
steps:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths:
- "/*"
- "!SessionRecords"
Repositories:
- Name: $(AzureSdkRepoName)
Commitish: $(branchName)
WorkingDirectory: $(System.DefaultWorkingDirectory)
- checkout: self
Comment thread
JoshLove-msft marked this conversation as resolved.

- task: UseNode@1
displayName: 'Install Node.js'
Expand Down