Skip to content

Commit c5b259c

Browse files
authored
Remove checkout from daily publish (Azure#50328)
We were checking out when we didn't need to for this publish job. This sparse-checkout was breaking in the private repo so just removing the checkout completely.
1 parent 62f98d0 commit c5b259c

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-
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
302+
- checkout: none
303303
- download: current
304304
displayName: Download ${{parameters.ArtifactName}}-signed
305305
artifact: ${{parameters.ArtifactName}}-signed

0 commit comments

Comments
 (0)