Commit be5ccad0 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 66dbccbb
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.2.1](https://gitlab.com/to-be-continuous/dotnet/compare/1.2.0...1.2.1) (2025-08-14)


### Bug Fixes

* say on 2 digits ([bc2ef4e](https://gitlab.com/to-be-continuous/dotnet/commit/bc2ef4e8cc795fb1ca4809b7d4fbf1e9b56afda7))

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


+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.0
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@1.2.1
    # 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.0'
    ref: '1.2.1'
    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.0"]
      command: ["--service", "dotnet", "1.2.1"]
  before_script:
    - !reference [.dotnet-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"