diff --git a/azure-pipelines-package-alpha.yml b/azure-pipelines-package-alpha.yml index 6c81e9de3..07f48b832 100644 --- a/azure-pipelines-package-alpha.yml +++ b/azure-pipelines-package-alpha.yml @@ -117,6 +117,8 @@ steps: workingDirectory: $(installerDirectory) - script: | + git config --global user.email $(GitHub-Email) + git config --global user.name "Azure Pipelines" git add * git commit -m "Update to $(Build.BuildNumber)" echo 'test'