mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-14 12:45:09 +00:00
ran npm run format
and npm run build
This commit is contained in:
parent
c2586be5f7
commit
e346bb52dd
3
dist/cache-save/index.js
vendored
3
dist/cache-save/index.js
vendored
@ -81190,9 +81190,10 @@ function isGhes() {
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.Outputs = exports.State = exports.cliCommand = exports.lockFilePatterns = void 0;
|
||||
exports.Outputs = exports.State = exports.cliCommand = exports.foo = exports.lockFilePatterns = void 0;
|
||||
/** NuGet lock file patterns */
|
||||
exports.lockFilePatterns = ['packages.lock.json'];
|
||||
exports.foo = 'bar';
|
||||
/**
|
||||
* .NET CLI command to list local NuGet resources.
|
||||
* @see https://docs.microsoft.com/dotnet/core/tools/dotnet-nuget-locals
|
||||
|
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@ -93649,9 +93649,10 @@ function isGhes() {
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.Outputs = exports.State = exports.cliCommand = exports.lockFilePatterns = void 0;
|
||||
exports.Outputs = exports.State = exports.cliCommand = exports.foo = exports.lockFilePatterns = void 0;
|
||||
/** NuGet lock file patterns */
|
||||
exports.lockFilePatterns = ['packages.lock.json'];
|
||||
exports.foo = 'bar';
|
||||
/**
|
||||
* .NET CLI command to list local NuGet resources.
|
||||
* @see https://docs.microsoft.com/dotnet/core/tools/dotnet-nuget-locals
|
||||
|
@ -1,7 +1,7 @@
|
||||
/** NuGet lock file patterns */
|
||||
export const lockFilePatterns = ['packages.lock.json'];
|
||||
|
||||
export const foo = "bar";
|
||||
export const foo = 'bar';
|
||||
|
||||
/**
|
||||
* .NET CLI command to list local NuGet resources.
|
||||
|
Loading…
x
Reference in New Issue
Block a user