Skip to content

Commit

Permalink
ci(.github/workflows): remove dotnet-quality from setup-dotnet action
Browse files Browse the repository at this point in the history
- Removed the 'dotnet-quality' parameter from the setup-dotnet action in the GitHub workflows main.yaml file. This change simplifies the .NET setup process in our CI pipeline.
  • Loading branch information
winromulus committed Nov 13, 2024
1 parent 9173bc8 commit 04a0d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x'
dotnet-quality: 'preview'

- name: tools - gitversion - install
uses: gittools/actions/gitversion/[email protected]
Expand Down

0 comments on commit 04a0d0c

Please sign in to comment.