Commit 1d64285f authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent dbb94237
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/dotnet/compare/1.0.1...1.1.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([dbb9423](https://gitlab.com/to-be-continuous/dotnet/commit/dbb9423775e9f8a8145ebe2313d0045aeb49d9ed))

## [1.0.1](https://gitlab.com/to-be-continuous/dotnet/compare/1.0.0...1.0.1) (2025-07-05)


+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.0.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@1.1.0
    # 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.0.1'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-dotnet.yml'

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