fix: update backend solution references in deployment script and project descriptions

This commit is contained in:
2025-10-29 21:23:08 -03:00
parent 81e915d155
commit 41b86eccf0
3 changed files with 10 additions and 10 deletions

View File

@@ -66,10 +66,10 @@ jobs:
- name: Install Dependencies and Build
run: |
echo "Restoring backend NuGet packages..."
dotnet restore backend
dotnet restore backend/JoaoLoureiro.Portfolio.slnx
echo "Building and publishing backend..."
dotnet publish backend --configuration Release --output ./publish
dotnet publish backend/JoaoLoureiro.Portfolio.slnx --configuration Release --output ./publish
echo "Installing frontend dependencies..."
cd frontend && npm install