Skip to content

Commit 4f0b5c9

Browse files
authored
Revert "Remove checkout from daily publish (Azure#50328)" (Azure#50368)
This reverts commit c5b259c.
1 parent cb86cee commit 4f0b5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/stages/archetype-net-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ stages:
299299
publishVstsFeed: $(DevOpsFeedID)
300300

301301
steps:
302-
- checkout: none
302+
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
303303
- download: current
304304
displayName: Download ${{parameters.ArtifactName}}-signed
305305
artifact: ${{parameters.ArtifactName}}-signed

0 commit comments

Comments
 (0)