Browse Source

Build for x86 only (Azure Pipelines)

pull/1694/head
Christoph Wille 6 years ago
parent
commit
f467352add
  1. 2
      ILSpy.Package/ILSpy.Package.wapproj
  2. 2
      azure-pipelines.yml

2
ILSpy.Package/ILSpy.Package.wapproj

@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86</AppxBundlePlatforms>
<UapAppxPackageBuildMode Condition="'$(ReleaseChannel)' == 'Store'">CI</UapAppxPackageBuildMode>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
</PropertyGroup>

2
azure-pipelines.yml

@ -9,7 +9,7 @@ pr: @@ -9,7 +9,7 @@ pr:
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
BuildPlatform: Any CPU
BuildPlatform: x86
jobs:
- job: Build

Loading…
Cancel
Save