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

EF
Maxence LANONE 2 years ago
parent 4f0c092867
commit 6df736a4bf

@ -15,6 +15,6 @@ steps:
path: /docs path: /docs
commands: commands:
- cd Sources/ - cd Sources/
- dotnet restore Solution.sln - dotnet restore Trek12_API.sln
- dotnet build Solution.sln -c Release --no-restore - dotnet build Trek12_API.sln -c Release --no-restore
- dotnet publish Solution.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - dotnet publish Trek12_API.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release

Loading…
Cancel
Save