From d8ce34a00b05eba6753be589e694090439ac8149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= <3283596+samtrion@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:21:17 +0200 Subject: [PATCH] fix: Pipeline fix --- .github/workflows/cicd.yml | 2 +- .vscode/extensions.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/extensions.json diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 46a2c6e..42799ae 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,7 +24,7 @@ jobs: uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@main with: enableSonarQube: true - dotnet-logging: ${{ inputs.dotnet-logging | 'minimal' }} + dotnet-logging: ${{ inputs.dotnet-logging }} dotnet-quality: preview dotnet-version: | 3.1.x diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..96a4e8b --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "github.vscode-github-actions" + ] +}