10 lines
396 B
XML
10 lines
396 B
XML
<Project>
|
|
<ItemGroup>
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\AspNetCoreModule.TestSites.Standard\*.csproj" />
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\AspNetCoreModule.Test\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<VSTestCLIRunSettings>RunConfiguration.TargetPlatform=x64</VSTestCLIRunSettings>
|
|
</PropertyGroup>
|
|
</Project> |