PSAppVeyor icon indicating copy to clipboard operation
PSAppVeyor copied to clipboard

Need way to specify default AccountName/ProjectName

Open KarolKaczmarek opened this issue 9 years ago • 1 comments

It would be great to have a way to define default AccountName and ProjectName (e.g. in some sort of config file?) so that instead of:

Start-AppVeyorProjectBuild -AccountName MyAccount -ProjectName MyProject -Branch branchName -CommitId CommitId

I could write:

Start-AppVeyorProjectBuild -Branch branchName

if no CommitId is specified, it should build the last commit.

Optionally, we could specify default branchName as well.

KarolKaczmarek avatar Oct 14 '16 23:10 KarolKaczmarek

I defiantly like these ideas, I see what I can do. thanks for the feedback.

dotps1 avatar Oct 16 '16 13:10 dotps1