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

pull/26/head
Matheo HERSAN 2 years ago
parent 397ea96b5c
commit c537bcff98

@ -19,7 +19,7 @@ steps:
commands: commands:
- cd MangaMap/ - cd MangaMap/
- dotnet restore MangaMap.sln - dotnet restore MangaMap.sln
- dotnet build MangaMap.sln -c Release --no-restore /p:AndroidSdkDirectory=%ANDROID_HOME% -property:Aapt2ToolPath=%ANDROID_HOME%\build-tools\33.0.0 - dotnet build MangaMap.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
- name: tests - name: tests
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands: commands:

Loading…
Cancel
Save