File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ stages:
134
134
BlobSASKey : ' $(azure-sdk-docs-prod-sas)'
135
135
BlobName : ' $(azure-sdk-docs-prod-blob-name)'
136
136
TargetLanguage : ' python'
137
+ ArtifactLocation : ' $(Pipeline.Workspace)/${{parameters.ArtifactName}}'
137
138
# we override the regular script path because we have cloned the build tools repo as a separate artifact.
138
139
ScriptPath : ' eng/common/scripts/copy-docs-to-blobstorage.ps1'
139
140
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ steps:
18
18
- script : |
19
19
pip install -r eng/ci_tools.txt
20
20
displayName: 'Prep Py2 Environment'
21
-
22
- - template : /eng/common/pipelines/templates/steps/replace-relative-links.yml
23
- parameters :
24
- TargetFolder : $(Build.SourcesDirectory)
25
- RootFolder : $(Build.SourcesDirectory)
26
- BuildSHA : $(Build.SourceVersion)
27
- RepoId : ' Azure/azure-sdk-for-python'
28
21
29
22
- task : PythonScript@0
30
23
displayName : ' Generate Python2 Applicable Namespace Packages'
You can’t perform that action at this time.
0 commit comments