15 lines
800 B
XML
15 lines
800 B
XML
<Project>
|
|
<ItemGroup>
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\TestSites\*.csproj" />
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\IISTestSite\*.csproj" />
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\IISIntegration.FunctionalTests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\IISIntegration.IISServerFunctionalTests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<!-- These properties are use by the automation that updates dependencies.props -->
|
|
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
|
|
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json</LineupPackageRestoreSource>
|
|
</PropertyGroup>
|
|
</Project>
|