Skip to content

Commit

Permalink
remove gitversion tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotoffia committed Oct 6, 2024
1 parent 3200546 commit b62e9b1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NO_GLOBAL: '1' # Ignore global.json
DOTNET_NO_GLOBAL: 'true' # Ignore global.json
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -30,13 +30,9 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'

- name: List files
run: ls -la


- name: Install .NET tools
run: |
dotnet tool install -g GitVersion.Tool
dotnet tool install -g dotnet-format
dotnet tool install -g dotnet-sonarscanner -v:m
Expand Down

0 comments on commit b62e9b1

Please sign in to comment.