We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1924c commit 4a4c903Copy full SHA for 4a4c903
1 file changed
eng/common/pipelines/templates/steps/sparse-checkout.yml
@@ -136,8 +136,8 @@ steps:
136
pwsh: true
137
workingDirectory: $(System.DefaultWorkingDirectory)
138
139
- - ${{ if ne(parameters.TokenToUseForAuth, '') }}:
140
- - pwsh: |
141
- git config unset "http.extraheader"
142
- displayName: Removing git config auth header
143
- condition: always()
+ - ${{ if ne(parameters.TokenToUseForAuth, '') }}:
+ - pwsh: |
+ git config unset "http.extraheader"
+ displayName: Removing git config auth header
+ condition: always()
0 commit comments