Skip to content
Merged
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
Update Api() test with Compile condition
Add condition to Compile item in Api() test to match the fix

Co-authored-by: jjonescz <[email protected]>
  • Loading branch information
Copilot and jjonescz committed Nov 18, 2025
commit 2de7d14f6212d5c2a5671cf1745243a96b6a86f6
2 changes: 1 addition & 1 deletion test/dotnet.Tests/CommandTests/Run/RunFileTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3965,7 +3965,7 @@ public void Api()
</ItemGroup>

<ItemGroup>
<Compile Include="{programPath}" />
<Compile Condition="'$(EnableDefaultCompileItems)' != 'true'" Include="{programPath}" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading