mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-14 20:55:11 +00:00
Experimental: test if CI/CD can pass on an inconsequential PR.
This commit is contained in:
parent
2e0b25913c
commit
c2586be5f7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user