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 Added GitHub Packages as a package source in the build pipeline #7

Closed NicolasBuscarini closed 2 months ago

NicolasBuscarini commented 2 months ago

Added GitHub Packages as a package source in the build pipeline

In this commit, I included an additional 'dotnet restore' command with the '--source' flag to specify GitHub Packages as the package source. This ensures that the required package 'FoodService.Nugget.Models' can be found and restored from GitHub Packages during the build process. This change resolves the issue of package restoration failure due to the package not being found in the default sources. Tested and verified the build pipeline successfully restores the required packages from GitHub Packages.