Skip to content

Generic Package is not falling back to working dir . in Build Steps #449

@rmmoreira84

Description

@rmmoreira84

Hi,

I noticed that when defining build steps for a Generic Package it is not falling back to working dir . and that it just throws an object reference.

I would suggest to either fall back to root dir or giving a better error handling.

"buildSteps": [ { "args": [ "restore" ], "command": "nuget.exe" },
image

"buildSteps": [ { "args": [ "restore" ], "command": "nuget.exe", "workingDirectory": "." },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions