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 fc3408f commit cd54045Copy full SHA for cd54045
1 file changed
azure-main.yml
@@ -26,6 +26,6 @@ jobs:
26
filePath: .\build\bump_version.ps1
27
arguments: .\dbops.psd1
28
env:
29
- git_user_email: $(gitUserEmail)
30
- git_username: $(gitUsername)
+ GIT_USER_EMAIL: $(gitUserEmail)
+ GIT_USERNAME: $(gitUsername)
31
MY_ACCESS_TOKEN: $(System.AccessToken)
0 commit comments