Exclude new project from msbuild

This commit is contained in:
Ryan Nowak 2017-03-06 18:12:01 -08:00
parent 9a27405718
commit 59078850d8
1 changed files with 5 additions and 0 deletions

5
build/repo.props Normal file
View File

@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)\test\Microsoft.VisualStudio.LanguageServices.Razor.Test\Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj" Condition="'$(OS)'!='Windows_NT'" />
</ItemGroup>
</Project>