Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

test_old_branch
Jérémy Mouyon 12 months ago
parent d6e798f33d
commit 10883abf16

@ -10,6 +10,7 @@ steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- cd ./Qwirkle
- dotnet restore Qwirkle.sln - dotnet restore Qwirkle.sln
- dotnet build Qwirkle.sln -c Release --no-restore - dotnet build Qwirkle.sln -c Release --no-restore
- dotnet publish Qwirkle.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - dotnet publish Qwirkle.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
Loading…
Cancel
Save