Skip to content

Commit 5566578

Browse files
committed
Enable the master replacement link feature in python
1 parent 3a33e4c commit 5566578

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ stages:
134134
BlobSASKey: '$(azure-sdk-docs-prod-sas)'
135135
BlobName: '$(azure-sdk-docs-prod-blob-name)'
136136
TargetLanguage: 'python'
137+
ArtifactLocation: '$(Pipeline.Workspace)/${{parameters.ArtifactName}}'
137138
# we override the regular script path because we have cloned the build tools repo as a separate artifact.
138139
ScriptPath: 'eng/common/scripts/copy-docs-to-blobstorage.ps1'
139140

eng/pipelines/templates/steps/build-artifacts.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ steps:
1818
- script: |
1919
pip install -r eng/ci_tools.txt
2020
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'
2821
2922
- task: PythonScript@0
3023
displayName: 'Generate Python2 Applicable Namespace Packages'

0 commit comments

Comments
 (0)