Skip to content

Commit 774e4f0

Browse files
authored
Preview build V2.3.10 (#9802)
1 parent ae93ded commit 774e4f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

builds/azure-pipelines-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/Files.Package/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

0 commit comments

Comments
 (0)