This commit is contained in:
@@ -34,5 +34,11 @@ jobs:
|
|||||||
- name: Compilar
|
- name: Compilar
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build --configuration Release --no-restore
|
||||||
|
|
||||||
- name: Ejecutar tests (opcional)
|
- name: Publicar
|
||||||
run: dotnet test --configuration Release --no-build --verbosity normal
|
run: dotnet publish --configuration Release --output ./publish --no-restore
|
||||||
|
|
||||||
|
- name: Subir artefacto
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: AlquilaFacil-build
|
||||||
|
path: ./publish
|
||||||
|
|||||||
Reference in New Issue
Block a user