Pikachu
How does the generated swagger.json file get included in build output?
I am trying something where a script runs to create a file and I want it swept as part of the build process? Just placing it in the output folder ($OutDir) doesn't do the trick for dependent projects.
Basically I want to include a file I generate as part of the build artifacts but I am not sure how to. Swagger seems to do this where the generated file has the "Build Action" as "Content" and "Copy To Output Directory" as "Copy If Newer".
20 replies