From 68e5d8cedd3acf7abe5798eedae0341714380a73 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 9 May 2023 14:10:55 +0200 Subject: [PATCH] use chevaldonne sonar image --- .drone.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 18fabfe..0635318 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,17 +10,6 @@ trigger: - push -#steps: -# #- name: build -# #image: mcr.microsoft.com/dotnet/sdk:6.0 -# #commands: -# #- cd src/Banquale -# #- dotnet restore Banquale.sln -# #- dotnet build Banquale.sln -c Debug --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 -# #- dotnet publish Banquale/Banquale.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk -# # this last line can be replaced by the following one, if you have only one project in your Banquale: -# #- dotnet publish Banquale.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net7.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk - steps: - name: build image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest @@ -41,7 +30,7 @@ steps: depends_on: [build] - name: code-analysis - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet7 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7-maui commands: - cd src/Banquale/ - dotnet restore Banquale.sln