Skip to content

Commit 6092553

Browse files
committed
Remove some redundant CI & config
1 parent c19d029 commit 6092553

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.config/dotnet-tools.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@ jobs:
4040
dotnet-version: |
4141
8.0.x
4242
43-
- name: Install tools
44-
run: |
45-
dotnet tool restore --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json
46-
47-
- name: Clean
48-
run: |
49-
dotnet clean --configuration Release
50-
dotnet nuget locals all --clear
51-
5243
- name: Restore
5344
run: dotnet restore
5445

0 commit comments

Comments
 (0)