Merge pull request #318 from meysamhadeli/fix/fix-build-and-publish-flight-in-cd

fix: fix build and publish flight in cd
This commit is contained in:
Meysam Hadeli 2025-03-15 03:02:02 +03:30 committed by GitHub
commit 97637ac9dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ COPY ./3-Microservices-Architecture-Style/src/Services/Flight/src/Flight.Api/Fli
# Restore nuget packages
RUN dotnet restore ./Services/Flight/src/Flight.Api/Flight.Api.csproj
RUN dotnet restore ./3-Microservices-Architecture-Style/src/Services/Flight/src/Flight.Api/Flight.Api.csproj
# Copy project files
COPY ./BuildingBlocks ./BuildingBlocks/