mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 20:37:46 -05:00
Don't explicity clone self in release pipeline (#57508)
This commit is contained in:
@@ -31,9 +31,6 @@ extends:
|
||||
- job: build
|
||||
displayName: Build
|
||||
steps:
|
||||
- checkout: self
|
||||
clean: true
|
||||
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: 20.x
|
||||
|
||||
Reference in New Issue
Block a user