File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments