diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json deleted file mode 100644 index 1d5c710a..00000000 --- a/.config/dotnet-tools.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "dotnet-format": { - "version": "7.4.441804", - "commands": [ - "dotnet-format" - ] - } - } -} \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86bcc815..410c922f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,15 +40,6 @@ jobs: dotnet-version: | 8.0.x - - name: Install tools - run: | - dotnet tool restore --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json - - - name: Clean - run: | - dotnet clean --configuration Release - dotnet nuget locals all --clear - - name: Restore run: dotnet restore