Mise à jour .drone.yaml
continuous-integration/drone/push Build is failing Details

Test modif sur "dotnet publish"
pull/32/head
Nicolas BLONDEAU 2 years ago
parent d1916f10d3
commit 42ea98cb8a

@ -15,7 +15,7 @@ steps:
- cd Sources/
- 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
- dotnet publish "MineGuide.sln" -c Release --no-restore
- name: tests
image: mcr.microsoft.com/dotnet/sdk:7.0

Loading…
Cancel
Save