Mise à jour du nom de la solution
continuous-integration/drone/push Build is failing Details

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

@ -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 "MineGuide.sln"
- dotnet build "MineGuide.sln" -c Release --no-restore
- dotnet publish "MineGuide.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 "MineGuide.sln"
- dotnet test "MineGuide.sln" --no-restore
depends_on: [build]
Loading…
Cancel
Save