@mikeyt23/node-cli-utils
    Preparing search index...

    Function dotnetPublish

    • Helper method to spawn a process and run 'dotnet publish'.

      Parameters

      • projectPath: string = './'

        Path to project file (like .csproj) or directory of project to build

      • configuration: string = 'Release'

        Build configuration, such as 'Release'

      • outputDir: string = 'publish'

        The relative or absolute path for the build output

      • Optionalcwd: string

        Optionally run the command from another current working directory

      Returns Promise<void>