diff --git a/index.js b/index.js index 747c940..5d6276d 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ try { core.setOutput("label", label); - // if (project == 'dotnetcore') + // if (project == 'dotnet') // filePath = `${filePath}/.csproj`; // else if (project == 'nodejs') // filePath = `${filePath}/package.json`;