We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fded323 commit f851c3eCopy full SHA for f851c3e
build.proj
@@ -317,7 +317,7 @@
317
<Message Importance="high" Text="Running check in tests..." />
318
<ItemGroup>
319
<!--Exclude 1 test projects still in progress with build failures-->
320
- <_CLUTestProjects Include="$(CLURootDir)\*.Test\project.json">
+ <_CLUTestProjects Include="$(CLURootDir)\*.Test\project.json" Exclude="$(CLURootDir)\Microsoft.CLU.Test\project.json">
321
</_CLUTestProjects>
322
</ItemGroup>
323
<Exec Command="dnu build" WorkingDirectory="%(_CLUTestProjects.RootDir)%(_CLUTestProjects.Directory)" />
0 commit comments