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 authored Aug 28, 2017
1 parent 9fc47ef commit b5f1b0c
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 b5f1b0c

Please sign in to comment.