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

DataBinding
Matheo HERSAN 2 years ago
parent 864630f688
commit 75c883095e

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

Loading…
Cancel
Save