This commit is contained in:
syntax24
2025-11-05 13:27:46 +03:30

View File

@@ -24,10 +24,16 @@ jobs:
- name: Restore dependencies
run: dotnet restore
# ===================== BUILD PROJECT =====================
- name: Build Project
run: dotnet build --configuration Release
# --- 4. Build-
- name: Build
run: dotnet build --configuration Release
# ===================== PUBLISH PROJECT =====================
- name: Publish Project
shell: powershell