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

chore(release): 1.2.2 [skip ci]

## [1.2.2](https://gitlab.com/to-be-continuous/dotnet/compare/1.2.1...1.2.2) (2025-09-13)

### Bug Fixes

* **sonar:** replace 'sonar.login' cli option with 'sonar.token' (deprecated) ([969756b7](https://gitlab.com/to-be-continuous/dotnet/commit/969756b73906c8873fa0c45cecd1557cb8fa604b))
parent 599b7ffa
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.2.2](https://gitlab.com/to-be-continuous/dotnet/compare/1.2.1...1.2.2) (2025-09-13)


### Bug Fixes

* **sonar:** replace 'sonar.login' cli option with 'sonar.token' (deprecated) ([969756b](https://gitlab.com/to-be-continuous/dotnet/commit/969756b73906c8873fa0c45cecd1557cb8fa604b))

## [1.2.1](https://gitlab.com/to-be-continuous/dotnet/compare/1.2.0...1.2.1) (2025-08-14)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,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@1.2.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@1.2.2
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -29,7 +29,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/dotnet'
    ref: '1.2.1'
    ref: '1.2.2'
    file: '/templates/gitlab-ci-dotnet.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ stages:
    DOTNET_CLI_HOME: "$CI_PROJECT_DIR/.dotnetcli"
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dotnet", "1.2.1"]
      command: ["--service", "dotnet", "1.2.2"]
  before_script:
    - !reference [.dotnet-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"