diff --git a/.drone.yml b/.drone.yml index 72a7c87..134b953 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui volumes: - name: docs path: /docs @@ -19,7 +19,7 @@ steps: - dotnet publish Stim.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui commands: - cd Sources/ - dotnet restore Stim.sln