Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

DataBinding
Matheo HERSAN 2 years ago
parent aa0357e0e2
commit cd55b0338a

@ -13,7 +13,7 @@ steps:
commands: commands:
- cd MangaMap/ - cd MangaMap/
- dotnet restore MangaMap.sln - dotnet restore MangaMap.sln
- dotnet build MangaMap.sln -c Release --no-restore - dotnet build MangaMap.sln -c Debug --no-restore
- dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- name: tests - name: tests

Loading…
Cancel
Save