From c2586be5f729b443d80f2afdaf282c549d1110c3 Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:56:20 +0200 Subject: [PATCH] Experimental: test if CI/CD can pass on an inconsequential PR. --- src/constants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index 9614da3..2088822 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,8 @@ /** NuGet lock file patterns */ export const lockFilePatterns = ['packages.lock.json']; +export const foo = "bar"; + /** * .NET CLI command to list local NuGet resources. * @see https://docs.microsoft.com/dotnet/core/tools/dotnet-nuget-locals