From b62e9b127d900545620c8d4f1c986552c66e0a44 Mon Sep 17 00:00:00 2001 From: Mario Toffia Date: Sun, 6 Oct 2024 15:25:27 +0200 Subject: [PATCH] remove gitversion tool --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a82695..0603159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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