Skip to content

Commit 6a698c5

Browse files
authored
Don't skip checkout exclusion in release config (Azure#22730)
1 parent 017b269 commit 6a698c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ stages:
127127
steps:
128128
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
129129
parameters:
130-
SkipDefaultCheckout: true
131130
Paths:
132131
- sdk/**/*.md
133132
- .github/CODEOWNERS
@@ -153,7 +152,7 @@ stages:
153152
- ci-configs/packages-latest.json
154153
- ci-configs/packages-preview.json
155154
DocValidationImageId: "$(DocValidationImageId)"
156-
155+
157156
- ${{if ne(artifact.skipPublishDocGithubIo, 'true')}}:
158157
- deployment: PublishDocsGitHubIO
159158
displayName: Publish Docs to GitHubIO Blob Storage
@@ -299,7 +298,6 @@ stages:
299298
steps:
300299
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
301300
parameters:
302-
SkipDefaultCheckout: true
303301
Paths:
304302
- sdk/**/*.md
305303
- .github/CODEOWNERS

0 commit comments

Comments
 (0)