We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a41229 commit 0c5ecadCopy full SHA for 0c5ecad
eng/scripts/Language-Settings.ps1
@@ -83,7 +83,7 @@ function Get-python-PackageInfoFromPackageFile ($pkg, $workingDirectory) {
83
}
84
85
# Stage and Upload Docs to blob Storage
86
-function Publish-python-GithubIODocs ()
+function Publish-python-GithubIODocs ($DocLocation, $PublicArtifactLocation)
87
{
88
$PublishedDocs = Get-ChildItem "$DocLocation" | Where-Object -FilterScript {$_.Name.EndsWith(".zip")}
89
0 commit comments