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 c799d8b commit e8cb4b4Copy full SHA for e8cb4b4
1 file changed
azure-pipelines.yml
@@ -36,8 +36,7 @@ jobs:
36
and(succeeded(),
37
eq(variables['Build.SourceBranch'], 'refs/heads/develop'))
38
env:
39
- GIT_COMMITTER_NAME: $(git.name)
40
- GIT_COMMITTER_EMAIL: $(git.email)
41
- GIT_COMMITTER_PASSWORD: $(git.password)
42
- GIT_TERMINAL_PROMPT: 1
+ GIT_COMMITTER_NAME: $(GIT_COMMITTER_NAME)
+ GIT_COMMITTER_EMAIL: $(GIT_COMMITTER_EMAIL)
+ GIT_COMMITTER_PASSWORD: $(GIT_COMMITTER_PASSWORD)
43
displayName: Run deploy.
0 commit comments