Skip to content
Closed
Changes from all commits
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
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageVersion Include="coverlet.msbuild" Version="10.0.1" />
<PackageVersion Include="dotenv.net" Version="4.0.2" />
<!-- there seem to be bumps in GHATL 3.x making it not work with the test SDK -->
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="GitHubActionsTestLogger" Version="3.0.5" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the test logger below the incompatible 3.x series

The immediately preceding comment documents that GitHubActionsTestLogger 3.x does not work with this repository's test SDK, but this change removes the effective pin without changing the SDK or logger configuration. The GitHub Actions test paths in .github/workflows/reusable.yml, .github/actions/run-tests/action.yml, and the Windows job in .github/workflows/integration.yml all invoke dotnet test ... --logger GitHubActions, so they reintroduce the known incompatible pairing; retain 2.4.1 or migrate the SDK/logger setup together.

Useful? React with 👍 / 👎.

<PackageVersion Include="Microsoft.Azure.StackExchangeRedis" Version="3.3.1" />
<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.10" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
Expand Down
Loading