Actualizar .gitea/workflows/build.yml
Some checks failed
Build .NET Project / build (push) Failing after 1m36s
Some checks failed
Build .NET Project / build (push) Failing after 1m36s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user