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

pull/1/head
Théo DUPIN 2 years ago
parent 15f8d1f91f
commit b8f5c0f2e8

@ -8,14 +8,14 @@ trigger:
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:7.0
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet restore LeagueOfLegends.sln
- dotnet build LeagueOfLegends.sln -c Release --no-restore
- dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
- name: tests
image: mcr.microsoft.com/dotnet/sdk:7.0
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet restore LeagueOfLegends.sln
- dotnet test LeagueOfLegends.sln --no-restore

Loading…
Cancel
Save