Switched to global tooling for swashbuckle.

This commit is contained in:
Joe Milazzo
2026-03-03 11:49:38 -06:00
parent f6a27d5e24
commit 08a068704f
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ jobs:
${{ runner.os }}-nuget-
- name: Install Swashbuckle CLI
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
run: |
dotnet new tool-manifest --force
dotnet tool install Swashbuckle.AspNetCore.Cli
- name: Install dependencies
run: dotnet restore
+3 -1
View File
@@ -109,7 +109,9 @@ jobs:
${{ runner.os }}-nuget-
- name: Install Swashbuckle CLI
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
run: |
dotnet new tool-manifest --force
dotnet tool install Swashbuckle.AspNetCore.Cli
- run: ./monorepo-build.sh
+3 -1
View File
@@ -133,7 +133,9 @@ jobs:
${{ runner.os }}-nuget-
- name: Install Swashbuckle CLI
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
run: |
dotnet new tool-manifest --force
dotnet tool install Swashbuckle.AspNetCore.Cli
- run: ./monorepo-build.sh
+3 -1
View File
@@ -97,7 +97,9 @@ jobs:
${{ runner.os }}-nuget-
- name: Install Swashbuckle CLI
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
run: |
dotnet new tool-manifest --force
dotnet tool install Swashbuckle.AspNetCore.Cli
- run: ./monorepo-build.sh