This commit is contained in:
2025-06-16 16:59:34 -04:00
parent db9f1f8756
commit 91a4ba55a3

View File

@@ -22,10 +22,10 @@ jobs:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore ./Astrocore/Astrocore.Api/Astrocore.Api.csproj
run: dotnet restore ./Astrocore.sln
- name: Build
run: dotnet build ./Astrocore/Astrocore.Api/Astrocore.Api.csproj -c Release --no-restore
run: dotnet build ./Astrocore.sln -c Release --no-restore
- name: Publish
run: dotnet publish ./Astrocore/Astrocore.Api/Astrocore.Api.csproj -c Release -o ./Astrocore/Astrocore.Api/out