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

chore(release): 2.1.1 [skip ci]

parent a360fef2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.1](https://gitlab.com/to-be-continuous/dotnet/compare/2.1.0...2.1.1) (2025-12-19)


### Bug Fixes

* non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([a360fef](https://gitlab.com/to-be-continuous/dotnet/commit/a360fef2ea998ac2f30e0547e4a1add89708e51c))

# [2.1.0](https://gitlab.com/to-be-continuous/dotnet/compare/2.0.1...2.1.0) (2025-12-16)


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

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