From 0448f620cb2cf53b721ea260545a22b13ba994d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Tue, 2 Apr 2024 13:09:19 +0200 Subject: [PATCH] fix(ci): Removed `disablePublish` (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Stühmer --- .github/workflows/cicd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 136bbdf..1a65050 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -23,9 +23,10 @@ jobs: name: Build & Tests uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@main with: - disablePublish: true dotnet-logging: ${{ inputs.dotnet-logging }} dotnet-version: | + 6.x 7.x + 8.x solution: ./SequentialGuid.sln secrets: inherit