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

Commit 35cc996

Browse files
committed
Update azure-pipelines-package-alpha.yml for Azure Pipelines
1 parent bbd424d commit 35cc996

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines-package-alpha.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ steps:
112112
# TargetFolder: '$(installerDirectory)'
113113

114114
- script: |
115-
git switch -
116115
echo 'This is a test' > test.txt
117116
displayName: Test add file
118117
workingDirectory: $(installerDirectory)
@@ -123,7 +122,7 @@ steps:
123122
git add *
124123
git commit -m "Update to $(Build.BuildNumber)"
125124
echo 'test'
126-
git push
125+
git push HEAD:refs/heads/master
127126
displayName: Push to QuarrelInstaller repo
128127
workingDirectory: $(installerDirectory)
129128

0 commit comments

Comments
 (0)