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

Commit c4fc0c0

Browse files
authored
Merge pull request #574 from UWPCommunity/rewrite/main
Fixed clone/checkout distinction in alpha test pipeline
2 parents a437961 + fee5035 commit c4fc0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-package-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ steps:
9292
md $(installerDirectory)
9393
cd $(installerDirectory)
9494
git config --global user.email $(GitHub-Email) & git config --global user.password $(GitHub-Token)
95-
git checkout https://github.com/QuarrelForDiscord/QuarrelInstaller.git
95+
git clone https://github.com/QuarrelForDiscord/QuarrelInstaller.git
9696
displayName: Clone QuarrelInstaller repo
9797

9898
#- task: CopyFiles@2

0 commit comments

Comments
 (0)