@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.
13 lines • 411 B
TypeScript
/**
* Known properties. Additional properties may be added upon request.
*/
export declare class MSBuildProjectProperties {
[Property: string]: string;
FullPath: string;
TargetFramework: string;
TargetFrameworks: string;
RuntimeIdentifier: string;
RuntimeIdentifiers: string;
constructor(fullPath: string, exists?: boolean);
}
//# sourceMappingURL=MSBuildProjectProperties.d.ts.map