Merge branch 'develop' of https://codefirst.iut.uca.fr/git/nicolas.blondeau/SAE_2.01_-_Developpement_dune_application into develop
continuous-integration/drone/push Build is failing Details

pull/32/head
Nicolas BLONDEAU 2 years ago
commit dc2b509016

@ -13,14 +13,14 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- cd Sources/
- dotnet restore Minecraft\ 2.sln
- dotnet build Minecraft\ 2.sln -c Release --no-restore
- dotnet publish Minecraft\ 2.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- dotnet restore "Minecraft 2.sln"
- dotnet build "Minecraft 2.sln" -c Release --no-restore
- dotnet publish "Minecraft 2.sln" -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- name: tests
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- cd Sources/
- dotnet restore Minecraft\ 2.sln
- dotnet test Minecraft\ 2.sln --no-restore
- dotnet restore "Minecraft 2.sln"
- dotnet test "Minecraft 2.sln" --no-restore
depends_on: [build]
Loading…
Cancel
Save