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 - name: retore & build
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- dotnet build --configuration Release - dotnet build WF_EF_Api/WF_EF_Api.sln --configuration Release
depend_on: [clone] depend_on: [clone]
- name: test - name: test
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- dotnet test - dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj
depends_on: [retore & build] depends_on: [retore & build]
- name: publish - name: publish

Loading…
Cancel
Save