You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed earlier with @DarqueWarrior the PR #273 is good, but some changes should be improved:
command should be renamed to Update-VSTeamAgentSoftware
also by default the cmdlet should give a warning as it does on the UI (see screenshot below). This means the SupportsShouldProcess should be added to the function so the -force flag has to be used to deactivate the confirmation manually
the related unit tests should be moved to an extra file named Update-VSTeamAgentSoftware.Tests.ps1
The text was updated successfully, but these errors were encountered:
Thanks for the PR @woehrl01 I really appreciate the support. The changes are making their way through the pipeline now. Hope to have a new release soon.
As discussed earlier with @DarqueWarrior the PR #273 is good, but some changes should be improved:
The text was updated successfully, but these errors were encountered: