diff --git a/.drone.yml b/.drone.yml index 36c557a..a1d25a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,5 +14,3 @@ steps: image : mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd ParionsCuite/ - - dotnet restore ParionsCuite.sln - - dotnet build ParionsCuite.sln -c Debug --no-restore