@nx-dotnet/dotnet
Version:
This library was generated with [Nx](https://nx.dev).
14 lines • 451 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.publishCommandLineParamFixes = void 0;
exports.publishCommandLineParamFixes = {
keyMap: {
noBuild: 'no-build',
noDependencies: 'no-dependencies',
noRestore: 'no-restore',
selfContained: 'self-contained',
versionSuffix: 'version-suffix',
},
explicitFalseKeys: [],
};
//# sourceMappingURL=dotnet-publish-flags.js.map
;