Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build.proj
  • Loading branch information
agocke authored Nov 10, 2021
commit b52ee3cfa540aebd2b959aba1790df499440eff8
2 changes: 1 addition & 1 deletion src/tests/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<Import Project="$(__Exclude)" Condition="'$(__Exclude)' != '' AND '$(XunitTestBinBase)' != ''" />
<PropertyGroup>
<HaveExcludes>False</HaveExcludes>
<HaveExcludes Condition="'$(__Exclude)' != ''">True</HaveExcludes>
<HaveExcludes Condition="'$(__ActiveIssuesList)' != '' or '$(__Exclude)' != ''">True</HaveExcludes>
</PropertyGroup>


Expand Down