From f467352addf4de84441df6a581b34534062b43ea Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 9 Sep 2019 14:11:24 +0200 Subject: [PATCH] Build for x86 only (Azure Pipelines) --- ILSpy.Package/ILSpy.Package.wapproj | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ILSpy.Package/ILSpy.Package.wapproj b/ILSpy.Package/ILSpy.Package.wapproj index 7ac15a9a8..defe42c02 100644 --- a/ILSpy.Package/ILSpy.Package.wapproj +++ b/ILSpy.Package/ILSpy.Package.wapproj @@ -43,7 +43,7 @@ False True Always - x86|x64 + x86 CI False diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c9f9235ce..37fcd3cb8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ pr: variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - BuildPlatform: Any CPU + BuildPlatform: x86 jobs: - job: Build