Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines-package-alpha.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew4850 committed Apr 21, 2022
1 parent 2f55404 commit 75cf9d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines-package-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 75cf9d4

Please sign in to comment.