Skip to content

Commit

Permalink
Excluding Apex test project from run test projects as apex package is…
Browse files Browse the repository at this point in the history
… not yet available to public (#1673)
  • Loading branch information
Ankit Mishra committed Aug 28, 2017
1 parent 9319b37 commit 38ed522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/common.project.props
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
<!-- All projects in the repository -->
<ItemGroup Condition=" '$(IsXPlat)' != 'true' ">
<SolutionProjects Include="$(RepositoryRootDirectory)test\*\*\*.csproj"
Exclude="$(RepositoryRootDirectory)test\EndToEnd\*\*.csproj"
Exclude="$(RepositoryRootDirectory)test\EndToEnd\*\*.csproj;
$(RepositoryRootDirectory)test\NuGet.Tests.Apex\*\*.csproj"
Condition=" '$(ExcludeTestProjects)' != 'true' " />

<SolutionProjects Include="$(RepositoryRootDirectory)src\*\*\*.csproj" />
Expand Down

0 comments on commit 38ed522

Please sign in to comment.