Commit 8281bdbf authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent bc44f0ad
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
## [2.2.3](https://gitlab.com/to-be-continuous/dotnet/compare/2.2.2...2.2.3) (2026-02-19)


### Bug Fixes

* add missing closing parenthesis ([4d4500a](https://gitlab.com/to-be-continuous/dotnet/commit/4d4500ad8238a09abf57f7b2d0a91e85b91bd035))
* modify report type extraction method ([2d7ee42](https://gitlab.com/to-be-continuous/dotnet/commit/2d7ee42fa51dc3b15a315904e0d54dc7c083b543))

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


+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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.3
    # 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.2'
    ref: '2.2.3'
    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.2
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.3
    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.2"]
      command: ["--service", "dotnet", "2.2.3"]
  before_script:
    - !reference [.dotnet-scripts]