Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ccb28b0

Browse files
committed
Execute unit tests in 32-bit process
1 parent f24c16c commit ccb28b0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

test/GitHub.App.UnitTests/GitHub.App.UnitTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
44
</PropertyGroup>
5+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
6+
<PlatformTarget>x86</PlatformTarget>
7+
</PropertyGroup>
58

69
<ItemGroup>
710
<Reference Include="System.ComponentModel.Composition" />

test/GitHub.Exports.UnitTests/GitHub.Exports.UnitTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
44
</PropertyGroup>
5+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
6+
<PlatformTarget>x86</PlatformTarget>
7+
</PropertyGroup>
58

69
<ItemGroup>
710
<Compile Include="..\Helpers\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />

test/GitHub.InlineReviews.UnitTests/GitHub.InlineReviews.UnitTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
44
</PropertyGroup>
5+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
6+
<PlatformTarget>x86</PlatformTarget>
7+
</PropertyGroup>
58

69
<ItemGroup>
710
<Compile Update="Properties\Resources.Designer.cs">

0 commit comments

Comments
 (0)