Skip tests until we can get back to cleaning up the repo

This commit is contained in:
Pranav K 2018-01-02 13:46:46 -08:00
parent a366dd9165
commit 64cb5d065f
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
</PropertyGroup>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\*\*.csproj" />
</ItemGroup>
<ItemGroup>
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />