PSAppVeyor
PSAppVeyor copied to clipboard
Need way to specify default AccountName/ProjectName
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.
I defiantly like these ideas, I see what I can do. thanks for the feedback.