Actualizar .gitea/workflows/build.yml
Some checks failed
Build .NET Project / build (push) Failing after 1m36s

This commit is contained in:
2026-02-17 14:32:20 -03:00
parent 462df2ffb2
commit 82e6025ab0

View File

@@ -33,6 +33,12 @@ jobs:
- name: Compilar
run: dotnet build --configuration Release --no-restore
- name: Publicar
run: dotnet publish --configuration Release --output ./publish --no-restore
- name: Ejecutar tests (opcional)
run: dotnet test --configuration Release --no-build --verbosity normal
- name: Subir artefacto
uses: actions/upload-artifact@v4
with:
name: AlquilaFacil-build
path: ./publish