This repository was archived by the owner on Apr 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ variables:
17
17
solution : ' **/Quarrel.App.sln'
18
18
buildPlatform : ' x86|x64|arm|arm64'
19
19
buildConfiguration : ' Alpha'
20
+ installerDirectory : ' $(System.DefaultWorkingDirectory)\QuarrelInstaller'
20
21
appxPackageDir : ' $(build.artifactStagingDirectory)\AppxPackages\\'
21
22
buildDir : ' $(build.artifactStagingDirectory)\build\\'
22
23
msixUploads : ' $(appxPackageDir)\**\\*.msixupload'
@@ -86,12 +87,13 @@ steps:
86
87
# $(msixBundles)
87
88
# $(msixPackages)
88
89
# $(appInstaller)
89
-
90
+
90
91
- script : |
92
+ md $(installerDirectory)
93
+ cd $(installerDirectory)
91
94
git config --global user.email $(GitHub-Email) & git config --global user.password $(GitHub-Token)
92
95
git checkout https://github.com/QuarrelForDiscord/QuarrelInstaller.git
93
96
displayName : Clone QuarrelInstaller repo
94
- workingDirectory : $(System.DefaultWorkingDirectory)\QuarrelInstaller
95
97
96
98
# - task: CopyFiles@2
97
99
# displayName: Copy artifacts to QuarrelInstaller repo
@@ -103,7 +105,7 @@ steps:
103
105
- script : |
104
106
echo 'This is a test' > test.txt
105
107
displayName : Test add file
106
- workingDirectory : $(System.DefaultWorkingDirectory)\QuarrelInstaller
108
+ workingDirectory : $(installerDirectory)
107
109
108
110
- script : |
109
111
git add *
You can’t perform that action at this time.
0 commit comments