Skip to content

Commit

Permalink
fix: Pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Aug 28, 2023
1 parent 995b889 commit d8ce34a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"github.vscode-github-actions"
]
}

0 comments on commit d8ce34a

Please sign in to comment.