We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3e7e8 commit 75b9ccdCopy full SHA for 75b9ccd
.github/workflows/azure-dev-build-only.yml
@@ -49,11 +49,6 @@ jobs:
49
run: |
50
dotnet new tool-manifest
51
dotnet tool install SwashBuckle.AspNetCore.Cli
52
-
53
- - name: Install Spectral Cli
54
- shell: bash
55
- run: |
56
- curl -L https://raw.github.com/stoplightio/spectral/master/scripts/install.sh | sh
57
58
- name: Restore NuGet packages
59
shell: bash
.github/workflows/azure-dev.yml
@@ -63,11 +63,6 @@ jobs:
63
64
65
66
67
68
69
70
71
72
73
0 commit comments