This commit is contained in:
Joe Milazzo 2024-07-10 07:19:55 -05:00 committed by GitHub
parent e43b6110bb
commit c7f444a185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 100 additions and 21 deletions

View file

@ -13,6 +13,7 @@
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="Build" Condition=" '$(Configuration)' == 'Debug' ">
<Delete Files="../openapi.json" />
<Exec Command="swagger tofile --output ../openapi.json bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).dll v1" />
</Target>