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

Commit cd309cc

Browse files
committed
Update azure-pipelines-package-alpha.yml for Azure Pipelines
1 parent aeeef54 commit cd309cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines-package-alpha.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ steps:
119119
- script: |
120120
git add *
121121
git commit -m "Update to $(Build.BuildNumber)"
122+
echo 'test'
123+
git config user.email $(GitHub-Email)
124+
git config user.name "Adam Dernis"
125+
git config user.password $(GitHub-Token)
122126
git push origin main
123127
displayName: Push to QuarrelInstaller repo
124128
workingDirectory: $(installerDirectory)

0 commit comments

Comments
 (0)