21 lines
879 B
XML
21 lines
879 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<FunctionalTestsProject>$(RepositoryRoot)test\Microsoft.AspNetCore.AzureAppServices.FunctionalTests\Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj</FunctionalTestsProject>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ExcludeFromPack Include="$(RepositoryRoot)src\Microsoft.AspNetCore.AzureAppServices.TestBundle\Microsoft.AspNetCore.AzureAppServices.TestBundle.csproj" />
|
|
|
|
<ExcludeFromTest
|
|
Condition="'$(AntaresTests)' != ''"
|
|
Include="$(RepositoryRoot)test\*\*.csproj"
|
|
Exclude="$(FunctionalTestsProject)" />
|
|
|
|
<ExcludeFromTest
|
|
Condition="'$(AntaresTests)' == ''"
|
|
Include="$(FunctionalTestsProject)" />
|
|
|
|
<PackageLineup Include="Internal.AspNetCore.Universe.Lineup" Version="2.1.0-*" />
|
|
<PackageLineup Include="Internal.AspNetCore.Partners.Lineup" Version="2.1.0-*" />
|
|
</ItemGroup>
|
|
</Project>
|