File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 - task : MSBuild@1
119119 inputs :
120120 solution : ' **/*.wapproj'
121- platform : ' x86 '
121+ platform : ' x64 '
122122 configuration : ' $(sideloadBuildConfiguration)'
123123 msbuildArguments : ' /t:build;_GenerateAppxPackage /p:AppxLogTelemetryFromSideloadingScript=False /p:GenerateAppInstallerFile=True /p:AppInstallerUri=https://cdn.files.community/files/${{parameters.releaseBranch}}/ /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=Sideload /p:AppxPackageSigningEnabled=true /p:PackageCertificateKeyFile="$(caCertificate.secureFilePath)" /p:PackageCertificatePassword="$(signingCert.password)" /p:PackageCertificateThumbprint=""'
124124 maximumCpuCount : true
@@ -226,7 +226,7 @@ jobs:
226226 - task : MSBuild@1
227227 inputs :
228228 solution : ' **/*.wapproj'
229- platform : ' x86 '
229+ platform : ' x64 '
230230 configuration : ' $(buildConfiguration)'
231231 msbuildArguments : ' /t:build;_GenerateAppxPackage /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
232232 maximumCpuCount : true
Original file line number Diff line number Diff line change 99 xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
1010 xmlns : uap5 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
1111 IgnorableNamespaces =" uap uap5 mp rescap desktop4 desktop" >
12- <Identity Name =" FilesDev" Publisher =" CN=Files" Version =" 2.3.7 .0" />
12+ <Identity Name =" FilesDev" Publisher =" CN=Files" Version =" 2.3.10 .0" />
1313 <Properties >
1414 <DisplayName >Files - Dev</DisplayName >
1515 <PublisherDisplayName >Yair A</PublisherDisplayName >
You can’t perform that action at this time.
0 commit comments