You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run in .../clients-plugins folder the following command:
kiota client generate
All my clients are updated based on the workspace.json file, however, an empty output folder is created even when I don't have this folder as output directory for any of my clients.
Expected
We should generate all clients based on the workspace.json file and their output directory. If there is no client using output folder as the output directory, no empty output folder should be created.
The text was updated successfully, but these errors were encountered:
After generating clients and plugin in the following structure:
When I run in
.../clients-plugins
folder the following command:All my clients are updated based on the
workspace.json
file, however, an empty output folder is created even when I don't have this folder as output directory for any of my clients.Expected
We should generate all clients based on the
workspace.json
file and their output directory. If there is no client usingoutput
folder as the output directory, no empty output folder should be created.The text was updated successfully, but these errors were encountered: