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

chore(release): 2.4.0 [skip ci]

parent 1172e081
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.4.0](https://gitlab.com/to-be-continuous/dotnet/compare/2.3.1...2.4.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([69f2dfa](https://gitlab.com/to-be-continuous/dotnet/commit/69f2dfa76d600910d45a952bc88b154eb9b618fe))


### Features

* support CA certs provided as file ([1172e08](https://gitlab.com/to-be-continuous/dotnet/commit/1172e08133679fa83371edcd6052f12b2170f860))

## [2.3.1](https://gitlab.com/to-be-continuous/dotnet/compare/2.3.0...2.3.1) (2026-03-09)


+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.3.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.4.0
    # 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.3.1'
    ref: '2.4.0'
    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.3.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.4.0
    inputs:
      test-enabled: true

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