This commit is contained in:
Joe Milazzo 2022-11-20 15:32:23 -06:00 committed by GitHub
parent 089658e469
commit d025c2103f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,6 @@ jobs:
dotnet-version: 6.0.x dotnet-version: 6.0.x
- name: Install Swashbuckle CLI - name: Install Swashbuckle CLI
shell: powershell
run: dotnet tool install -g --version 6.4.0 Swashbuckle.AspNetCore.Cli run: dotnet tool install -g --version 6.4.0 Swashbuckle.AspNetCore.Cli
- name: Install dependencies - name: Install dependencies
@ -182,7 +181,6 @@ jobs:
dotnet-version: 6.0.x dotnet-version: 6.0.x
- name: Install Swashbuckle CLI - name: Install Swashbuckle CLI
shell: powershell
run: dotnet tool install -g --version 6.4.0 Swashbuckle.AspNetCore.Cli run: dotnet tool install -g --version 6.4.0 Swashbuckle.AspNetCore.Cli
- run: ./monorepo-build.sh - run: ./monorepo-build.sh
@ -299,7 +297,6 @@ jobs:
with: with:
dotnet-version: 6.0.x dotnet-version: 6.0.x
- name: Install Swashbuckle CLI - name: Install Swashbuckle CLI
shell: powershell
run: dotnet tool install -g --version 6.4.0 Swashbuckle.AspNetCore.Cli run: dotnet tool install -g --version 6.4.0 Swashbuckle.AspNetCore.Cli
- run: ./monorepo-build.sh - run: ./monorepo-build.sh