Don't explicity clone self in release pipeline (#57508)

This commit is contained in:
Jake Bailey
2024-02-23 09:29:36 -08:00
committed by GitHub
parent 97bccc333e
commit a04fcdb483

View File

@@ -31,9 +31,6 @@ extends:
- job: build
displayName: Build
steps:
- checkout: self
clean: true
- task: NodeTool@0
inputs:
versionSpec: 20.x