Commit cb7cae5e authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.2.4 [skip ci]

parent 786cf259
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
## [2.2.4](https://gitlab.com/to-be-continuous/dotnet/compare/2.2.3...2.2.4) (2026-02-24)


### Bug Fixes

* **sonar:** modify the way how reports are identified on sonar job ([aac09ff](https://gitlab.com/to-be-continuous/dotnet/commit/aac09ff4911847d36d78ec17d21244868c17019d))
* **tests:** sonar basic functionality test ([1e595a2](https://gitlab.com/to-be-continuous/dotnet/commit/1e595a2a1aac89c0aa3bb17996a727f83c66e48b))
* **tests:** sonar coverage report tests ([1c05c99](https://gitlab.com/to-be-continuous/dotnet/commit/1c05c9907957d20f8f90c84267605b8767b284ae))

## [2.2.3](https://gitlab.com/to-be-continuous/dotnet/compare/2.2.2...2.2.3) (2026-02-19)


+3 −3
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.3
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.4
    # 2: set/override component inputs
    inputs:
      test-enabled: true
@@ -43,7 +43,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/dotnet'
    ref: '2.2.3'
    ref: '2.2.4'
    file: '/templates/gitlab-ci-dotnet.yml'

variables:
@@ -112,7 +112,7 @@ You can specify multiple project directories or direct paths to solution or proj

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.3
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.4
    inputs:
      test-enabled: true

+1 −1
Original line number Diff line number Diff line
@@ -2027,7 +2027,7 @@ stages:
.dotnet-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dotnet", "2.2.3"]
      command: ["--service", "dotnet", "2.2.4"]
  before_script:
    - !reference [.dotnet-scripts]