diff --git a/.drone.yml b/.drone.yml index 12bad7a..527c674 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0-focal failure: ignore environment: - EXCLUDE: "(.exe|.dll|.ico|.gitkeep)" + EXCLUDE: "(.exe|.dll|.ico|.gitkeep|Vendor)" commands: - | apt-get update