Skip to content

Commit a04fcdb

Browse files
authored
Don't explicity clone self in release pipeline (#57508)
1 parent 97bccc3 commit a04fcdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

azure-pipelines.release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ extends:
3131
- job: build
3232
displayName: Build
3333
steps:
34-
- checkout: self
35-
clean: true
36-
3734
- task: NodeTool@0
3835
inputs:
3936
versionSpec: 20.x

0 commit comments

Comments
 (0)