Skip to content

Commit 441608d

Browse files
authored
Merge pull request #56 from WeAreInSpark/fix/docs
docs: remove wrong example
2 parents 9303c31 + b45cfa6 commit 441608d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

AzureDevOpsPowerShell/Public/Api/Git/Pushes/Add-FilesToRepo.ps1

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ function Add-FilesToRepo {
1414
Add-FilesToRepo @params
1515
1616
This example adds the files in the path to the repository
17-
.EXAMPLE
18-
'test', 'test2' | New-AzDoRepo -CollectionUri "https://dev.azure.com/contoso" -ProjectName "Project 1" -Path "C:\git\BRC\AzureDevOpsPowerShellAPI"
19-
20-
This example adds the files in the path to the repositories 'test' and 'test2'
2117
.OUTPUTS
2218
[PSCustomObject]. An object containing information about the commit and repository
2319
.NOTES

0 commit comments

Comments
 (0)