Skip to content

Commit

Permalink
Use SkipSparseCheckout variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored and azure-sdk committed Jul 25, 2022
1 parent 9513e19 commit 5cb47bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/pipelines/templates/steps/sparse-checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ steps:
try {
# Enable global override if there are sparse checkout issues
if ('$(DisableSparseCheckout)' -ne 'true') {
if ('$(SkipSparseCheckout)' -ne 'true') {
try {
SparseCheckout $paths $repo
} catch {
Expand Down

0 comments on commit 5cb47bd

Please sign in to comment.