Experimental: test if CI/CD can pass on an inconsequential PR.

This commit is contained in:
John Wesley Walker III 2024-10-21 15:56:20 +02:00 committed by GitHub
parent 2e0b25913c
commit c2586be5f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
/** NuGet lock file patterns */ /** NuGet lock file patterns */
export const lockFilePatterns = ['packages.lock.json']; export const lockFilePatterns = ['packages.lock.json'];
export const foo = "bar";
/** /**
* .NET CLI command to list local NuGet resources. * .NET CLI command to list local NuGet resources.
* @see https://docs.microsoft.com/dotnet/core/tools/dotnet-nuget-locals * @see https://docs.microsoft.com/dotnet/core/tools/dotnet-nuget-locals