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:
118
118
- task : MSBuild@1
119
119
inputs :
120
120
solution : ' **/*.wapproj'
121
- platform : ' x86 '
121
+ platform : ' x64 '
122
122
configuration : ' $(sideloadBuildConfiguration)'
123
123
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=""'
124
124
maximumCpuCount : true
@@ -226,7 +226,7 @@ jobs:
226
226
- task : MSBuild@1
227
227
inputs :
228
228
solution : ' **/*.wapproj'
229
- platform : ' x86 '
229
+ platform : ' x64 '
230
230
configuration : ' $(buildConfiguration)'
231
231
msbuildArguments : ' /t:build;_GenerateAppxPackage /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
232
232
maximumCpuCount : true
Original file line number Diff line number Diff line change 9
9
xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
10
10
xmlns : uap5 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
11
11
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" />
13
13
<Properties >
14
14
<DisplayName >Files - Dev</DisplayName >
15
15
<PublisherDisplayName >Yair A</PublisherDisplayName >
You can’t perform that action at this time.
0 commit comments