From 486e268b3c3692db6df864069e6e1e5a5430527e Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Fri, 5 May 2023 14:53:51 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) 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