Skip to content

Commit 45d77f5

Browse files
committed
Fix build
1 parent 5730f8e commit 45d77f5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: windows-latest
1616

1717
steps:
1818
- uses: actions/checkout@v4

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![.NET](https://github.com/aimenux/SwaggerPolymorphismDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/SwaggerPolymorphismDemo/actions/workflows/ci.yml)
2+
13
# SwaggerPolymorphismDemo
24
```
35
Using various ways to handle polymorphic object types in swagger documentation

SwaggerPolymorphismDemo.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{5243D8A6
2121
.editorconfig = .editorconfig
2222
Directory.Build.props = Directory.Build.props
2323
Directory.Packages.props = Directory.Packages.props
24+
.github\workflows\ci.yml = .github\workflows\ci.yml
2425
EndProjectSection
2526
EndProject
2627
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example01.Tests", "test\Example01.Tests\Example01.Tests.csproj", "{36A9CF7F-C0F6-4235-9C33-236BA8D247B3}"

0 commit comments

Comments
 (0)