@nx-dotnet/dotnet
Version:
This library was generated with [Nx](https://nx.dev).
4 lines (3 loc) • 368 B
TypeScript
import { CommandLineParamFixes } from '@nx-dotnet/utils';
export type dotnetPublishFlags = 'configuration' | 'framework' | 'force' | 'manifest' | 'noBuild' | 'noDependencies' | 'nologo' | 'noRestore' | 'output' | 'selfContained' | 'runtime' | 'verbosity' | 'versionSuffix';
export declare const publishCommandLineParamFixes: CommandLineParamFixes<dotnetPublishFlags>;