Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9c14dd4

Browse files
committed
Fix appveyor test runs some more
1 parent 7654ccc commit 9c14dd4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ test:
5757
except:
5858
- '**\*.TestRunner.dll'
5959
- '**\*.TestUtils.dll'
60-
- '**\*.UnityTests.dll'
6160
categories:
6261
except:
6362
- DoNotRunOnAppVeyor

src/UnityExtension/Assets/Editor/UnityTests/UnityTests.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1818
<FileAlignment>512</FileAlignment>
1919
<IntermediateOutputPath>..\..\..\obj\</IntermediateOutputPath>
20+
<OutputPath>$(SolutionDir)build\$(AssemblyName)</OutputPath>
2021
</PropertyGroup>
2122
<Import Project="..\..\..\..\..\common\properties.props" />
2223
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2324
<DebugSymbols>true</DebugSymbols>
2425
<DebugType>full</DebugType>
2526
<Optimize>false</Optimize>
26-
<OutputPath>..\..\..\bin\Debug\</OutputPath>
2727
<DefineConstants>DEBUG;TRACE</DefineConstants>
2828
<ErrorReport>prompt</ErrorReport>
2929
<WarningLevel>4</WarningLevel>
@@ -33,7 +33,6 @@
3333
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3434
<DebugType>pdbonly</DebugType>
3535
<Optimize>true</Optimize>
36-
<OutputPath>..\..\..\bin\Release\</OutputPath>
3736
<ErrorReport>prompt</ErrorReport>
3837
<WarningLevel>4</WarningLevel>
3938
<NoWarn>0169</NoWarn>
@@ -59,7 +58,7 @@
5958
</Reference>
6059
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
6160
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
62-
<Private>False</Private>
61+
<Private>True</Private>
6362
</Reference>
6463
</ItemGroup>
6564
<ItemGroup>

0 commit comments

Comments
 (0)