This commit is contained in:
Nate McMaster 2017-02-16 10:01:39 -08:00
parent 11922f9ef2
commit fa34afd1c5
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
4 changed files with 6 additions and 0 deletions

6
build/repo.props Normal file
View File

@ -0,0 +1,6 @@
<Project>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\LocalizationWebsite\*.csproj" />
<ExcludeFromTest Include="$(RepositoryRoot)test\Resources*\*.csproj" />
</ItemGroup>
</Project>