We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19bee1 commit 98d6177Copy full SHA for 98d6177
.github/workflows/openapi.yml
@@ -23,15 +23,13 @@ jobs:
23
- name: ⚙️ Setup .NET
24
uses: actions/setup-dotnet@v1
25
with:
26
- dotnet-version: |
27
- 7.0.x
28
- 8.0.x
+ dotnet-version: 9.0.x
29
- name: ⚒ Build solution
30
run: dotnet build
31
- name: ⚙️ Restore .NET tools
32
run: dotnet tool restore
33
- name: 📝 Produce OpenAPI specification
34
- run: dotnet swagger tofile --output openapi.yaml --yaml ./src/CrowdParlay.Social.Api/bin/Debug/net8.0/CrowdParlay.Social.Api.dll v1
+ run: dotnet swagger tofile --output openapi.yaml --yaml ./src/CrowdParlay.Social.Api/bin/Debug/net9.0/CrowdParlay.Social.Api.dll v1
35
- name: 🔗 Upload OpenAPI specification as release asset
36
uses: actions/upload-release-asset@v1
37
env:
0 commit comments