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

rune
Lucas DELANIER 2 years ago
parent 2b88c9c9ae
commit c2b926aa1d

@ -15,7 +15,7 @@ steps:
commands: commands:
- cd Sources/ - cd Sources/
- dotnet restore LeagueOfLegends.sln - dotnet restore LeagueOfLegends.sln
- dotnet build LeagueOfLegends.sln-c Release --no-restore - dotnet build LeagueOfLegends.sln -c Release --no-restore
- dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
- name: tests - name: tests

Loading…
Cancel
Save