diff --git a/.drone.yml b/.drone.yml index 3da5741..7e61d89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - dotnet build Trek12_API.sln -c Release --no-restore - dotnet publish Trek12_API.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - - name: tests + - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet restore Trek12_API.sln