diff --git a/.drone.yml b/.drone.yml index e4135b4..b40edd5 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|Vendor)" + EXCLUDE: "(.exe|.dll|.ico|.gitkeep|Vendor|.Tests.ps1)" commands: - | apt-get update