From c75ec6aff9c65bea405ef1eba8d8814583cf35bb Mon Sep 17 00:00:00 2001 From: Patrick Stevens <3138005+Smaug123@users.noreply.github.com> Date: Sun, 24 Nov 2024 09:11:50 +0000 Subject: [PATCH] Fix path filters (#55) --- WoofWare.DotnetRuntimeLocator/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WoofWare.DotnetRuntimeLocator/version.json b/WoofWare.DotnetRuntimeLocator/version.json index 11f1df3..147169c 100644 --- a/WoofWare.DotnetRuntimeLocator/version.json +++ b/WoofWare.DotnetRuntimeLocator/version.json @@ -2,7 +2,7 @@ "version": "0.1", "publicReleaseRefSpec": ["^refs/heads/main$"], "pathFilters": [ - "^Test/", + ":!Test/", ":/WoofWare.DotnetRuntimeLocator", ":/Directory.Build.props", ":/README.md"