Can kiota client be refreshed before a project is built? #6545
Unanswered
evaldas-raisutis
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @evaldas-raisutis , @captainsafia for visibility. Right now you'd need a pre-build script to do that. Let us know if you have any questions or comments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a library project called MyClient where I want the kiota client generated.
I also have a MyApi web project.
When my web api is built, it produces an open api file.
I would like my library project to automatically update with kiota to reflect changes to my API?
Is this possible? We've been doing it with swagger but I can't get it to work with kiota as installing the dotnet tool seems impossible during build step?
Beta Was this translation helpful? Give feedback.
All reactions