From 2671cff0f558c177964e370d40fc31e67057c8ea Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 15 Jul 2022 08:25:38 +0200 Subject: [PATCH] exclude tests file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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