Skip to content

Commit

Permalink
Enable GitHub Actions test logger (#9331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond authored Feb 10, 2025
1 parent 0574a23 commit b9827a4
Show file tree
Hide file tree
Showing 16 changed files with 504 additions and 295 deletions.
184 changes: 149 additions & 35 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Versioning properties -->
<PropertyGroup>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">9.0.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">9.1.0</VersionPrefix>
</PropertyGroup>

<!-- For Debug builds generated a date/time dependent version suffix -->
Expand Down Expand Up @@ -103,4 +103,4 @@
</PropertyGroup>
</Otherwise>
</Choose>
</Project>
</Project>
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<PackageVersion Include="Hyperion" Version="0.12.2" />
<PackageVersion Include="Grpc.Tools" Version="2.67.0" />
<PackageVersion Include="Testcontainers" Version="3.8.0" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<!-- Tooling related packages -->
<PackageVersion Include="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
Expand Down
Loading

0 comments on commit b9827a4

Please sign in to comment.