nickna / Neighborly

An open-source vector database
MIT License
9 stars 2 forks source link

fix(ci): Install .NET Aspire workload #49

Closed hangy closed 2 weeks ago

hangy commented 2 weeks ago

## 📝 Description

I accidentally broke the CI in #47. This adds dotnet workload restore to the build scripts, so that the necessary .NET Aspire workload gets installed.

🔗 Related Issues

None

💡 Additional Notes

Another option to solve the issue would be to have the samples in a separate SLN, which is not built in in CI workflow. One downside of that would be that samples could break due to API changes in other projects.