Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit b93f8eb

Browse files
committed
Update generate-docs.ps1
1 parent 60d61f5 commit b93f8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/scripts/generate-docs.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
param(
2-
[string]$branch = "master",
2+
[string]$branch = "main",
33
[string]$token
44
)
55

66
# Yes, this is ignoring the parameter passed in by VSTS; we don't need the
77
# parameter, but we can't remove it until all the active branches don't need it
8-
$branch = "master"
8+
$branch = "main"
99

1010
$mdoc = '..\..\build\tools\mdoc\mdoc.exe'
1111
$docsUri = "https://$token@github.com/xamarin/Xamarin.Forms-api-docs.git"

0 commit comments

Comments
 (0)