Merge branch 'master' of codefirst.iut.uca.fr:antoine.perederii/Banquale
continuous-integration/drone/push Build is passing Details

pull/52/head
Antoine PEREDERII 2 years ago
commit 2b42a031dd

@ -14,7 +14,7 @@ steps:
- name: build - name: build
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:
- cd src/Banquale/Banquale/ - cd src/Banquale/
- dotnet restore Banquale.sln - dotnet restore Banquale.sln
- dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 - dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0

Loading…
Cancel
Save