UNPKG

@halospv3/hce.shared-config

Version:

Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.

10 lines (9 loc) 817 B
import './dotnet/index.mjs'; export { DefaultGithubTokenEnvVars, GHNRIOpts, GithubNugetRegistryInfo } from './dotnet/GithubNugetRegistryInfo.mjs'; export { GLNRIOpts, GitlabNugetRegistryInfo } from './dotnet/GitlabNugetRegistryInfo.mjs'; export { configureDotnetNugetPush, configurePrepareCmd } from './dotnet/helpers.mjs'; export { EvaluationOptions, MSBuildEvaluationOutput, MSBuildProject, _InternalMSBuildEvaluationTypes, catchCsc2012 } from './dotnet/MSBuildProject.mjs'; export { MSBuildProjectProperties } from './dotnet/MSBuildProjectProperties.mjs'; export { NPPGetterNames, NugetProjectProperties } from './dotnet/NugetProjectProperties.mjs'; export { NRIOpts, NRIOptsBase, NugetRegistryInfo, getGithubOutput, getGithubOutputSync } from './dotnet/NugetRegistryInfo.mjs'; //# sourceMappingURL=dotnet.mjs.map