Merge branch 'Merge_API_EF' of https://codefirst.iut.uca.fr/git/WhatTheFantasy/WF-PmAPI into Merge_API_EF
continuous-integration/drone/push Build is failing Details

pull/6/head^2
Kevin MONDEJAR 3 weeks ago
commit da9b4a9b83

@ -13,13 +13,13 @@ steps:
- name: retore & build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build --configuration Release
- dotnet build WF_EF_Api/WF_EF_Api.sln --configuration Release
depend_on: [clone]
- name: test
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet test
- dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj
depends_on: [retore & build]
- name: publish

Loading…
Cancel
Save