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

pull/1/head
Théo DUPIN 2 years ago
parent e8ba619090
commit 78bffb4cfc

@ -10,14 +10,14 @@ steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet /drone/src/Sources/LeagueOfLegends.sln
- dotnet restore /drone/src/Sources/LeagueOfLegends.sln
- dotnet build /drone/src/Sources/LeagueOfLegends.sln -c Release --no-restore
- dotnet publish /drone/src/Sources/LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
- name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet /drone/src/Sources/LeagueOfLegends.sln
- dotnet restore /drone/src/Sources/LeagueOfLegends.sln
- dotnet test /drone/src/Sources/LeagueOfLegends.sln --no-restore
depends_on: [build]

Loading…
Cancel
Save