We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb77e6 commit 5dfc316Copy full SHA for 5dfc316
.azure-pipelines/download-openapidocs.yml
@@ -45,8 +45,8 @@ steps:
45
inputs:
46
targetType: 'inline'
47
script: |
48
- git config --global user.email $(GitUserEmail)
49
- git config --global user.name $(GitUserName)
+ git config --global user.email '$(GitUserEmail)'
+ git config --global user.name '$(GitUserName)''
50
51
- task: PowerShell@2
52
displayName: "Show Directory"
0 commit comments