Reputation: 6796
I created some models from my various solutions but I'm wondering how I can update them to take advantage of changes in the code in those solutions. Or does this happen automatically? I could delete and recreate the models but that seems like overkill...
Upvotes: 4
Views: 772
Reputation: 27944
You can now update you models from your Azure DevOps pipeline:
https://learn.microsoft.com/eb-gb/visualstudio/intellicode/custom-models
When your code is updated and merged into your repository you kick off the CI pipeline. Add the IntelliCode Team training task to your pipeline. Models are attached to your repository. Everybody with access to the repository can get the updated models in visual studio. Enable the preview feature Team Models in Visual Studio settings: Tools > Options > IntelliCode.
Upvotes: 1
Reputation: 56
You don't have to delete the model, just retrain it. As of this writing the way you'd refresh your model is by:
Let me know if you have any questions.
David from the IntelliCode team.
Upvotes: 4