Skip to content

Commit

Permalink
Fix parameter pipeline value
Browse files Browse the repository at this point in the history
  • Loading branch information
vbjay committed Dec 15, 2017
1 parent 8ab2cca commit afa9672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TFS Release Notes/Cmdlets/TFSCmdlet.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Public Class TFSCmdlet

<Parameter(Mandatory:=True,
ValueFromPipelineByPropertyName:=True,
ValueFromPipeline:=True,
ValueFromPipeline:=False,
Position:=0,
ParameterSetName:="Collection",
HelpMessage:="The TFS collection to use.")>
Expand Down

0 comments on commit afa9672

Please sign in to comment.