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

2
azure-pipelines.yml

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

Loading…
Cancel
Save