CC#•Created by Pikachu on 3/3/2025 in #help How does the generated swagger.json file get included in build output?
It is a file that I am creating as part of a post build event like this
<Target Name="PostBuild" AfterTargets="Build">
<!-- Post-build tasks -->
</Target>