Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Céleste BARBOSA 11 months ago
parent 1af2e81334
commit c0bb792ea9

@ -15,7 +15,7 @@ steps:
- dotnet restore mastermindSansMaui.sln - dotnet restore mastermindSansMaui.sln
- dotnet build mastermindSansMaui.sln -c Release --no-restore - dotnet build mastermindSansMaui.sln -c Release --no-restore
- dotnet publish mastermindSansMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - dotnet publish mastermindSansMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- name: tests - name: tests
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- cd Sources/ - cd Sources/

Loading…
Cancel
Save