Org-FoodService / FoodServiceAPI

FoodService is a .NET 8.0-based service, optimizing snack bar operations through menu management, inventory tracking, and potential delivery integration. With Docker and SQLServer dependencies, it streamlines processes for snack bar owners, enhancing efficiency and customer experience.
https://foodservice-api.azurewebsites.net/swagger
2 stars 1 forks source link

FIX: #1 Add 'dotnet add package' command to include FoodService.Nugget.Models #3

Closed NicolasBuscarini closed 2 months ago

NicolasBuscarini commented 2 months ago

Add 'dotnet add package' command to include FoodService.Nugget.Models

This commit updates the YAML workflow file to include the 'dotnet add package FoodService.Nugget.Models' command right after the 'dotnet restore' command. This ensures that the 'FoodService.Nugget.Models' package is installed in the project before compilation, testing, and publishing, thus resolving the error of not finding the package during restoration.