diff --git a/.drone.yml b/.drone.yml index 2e6a1a2..d467272 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest volumes: - name: Documentation path: /Documentation @@ -35,7 +35,7 @@ steps: - dotnet publish Banquale.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk - name: tests - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - cd src/Banquale/ - dotnet restore Banquale.sln