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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/dotnet/compare/1.2.2...2.0.0) (2025-11-17)

### Bug Fixes

* use CI_JOB_TOKEN instead of CI_DEPLOY_* credentials to access project package repo as source ([1814449c](https://gitlab.com/to-be-continuous/dotnet/commit/1814449cf4a1199a3226b7cb9fc6d77cfbf5ddd4))

### Features

* add dotnet format job ([95f5a560](https://gitlab.com/to-be-continuous/dotnet/commit/95f5a560b30ebac9fa7f1717deb0f3db799fa2be))
* multi-projects build support ([33c8ace3](https://gitlab.com/to-be-continuous/dotnet/commit/33c8ace3f0053ca91bf75a78ea08d4d69f6b8f32))
* **release:** add publish support ([df301891](https://gitlab.com/to-be-continuous/dotnet/commit/df301891ef337bfbfba11e7209a25a8f74e75887))
* **sbom:** add SBOM generation support ([ad096f32](https://gitlab.com/to-be-continuous/dotnet/commit/ad096f322cc528291dbc593ab822848d3bf46d2b))

### BREAKING CHANGES

* variables DOTNET_BUILD_DIR and DOTNET_TEST_PROJECT_DIR
removed
parent 1d51485a
Loading
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/dotnet/compare/1.2.2...2.0.0) (2025-11-17)


### Bug Fixes

* use CI_JOB_TOKEN instead of CI_DEPLOY_* credentials to access project package repo as source ([1814449](https://gitlab.com/to-be-continuous/dotnet/commit/1814449cf4a1199a3226b7cb9fc6d77cfbf5ddd4))


### Features

* add dotnet format job ([95f5a56](https://gitlab.com/to-be-continuous/dotnet/commit/95f5a560b30ebac9fa7f1717deb0f3db799fa2be))
* multi-projects build support ([33c8ace](https://gitlab.com/to-be-continuous/dotnet/commit/33c8ace3f0053ca91bf75a78ea08d4d69f6b8f32))
* **release:** add publish support ([df30189](https://gitlab.com/to-be-continuous/dotnet/commit/df301891ef337bfbfba11e7209a25a8f74e75887))
* **sbom:** add SBOM generation support ([ad096f3](https://gitlab.com/to-be-continuous/dotnet/commit/ad096f322cc528291dbc593ab822848d3bf46d2b))


### BREAKING CHANGES

* variables DOTNET_BUILD_DIR and DOTNET_TEST_PROJECT_DIR
removed

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


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

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