Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove azure-sdk-docs-prod-blob-name usage
  • Loading branch information
weshaggard authored Aug 14, 2024
commit aa8af87fd4c050ce83b5c12cd02528eb7b4edc10
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,5 @@ stages:
- template: /eng/common/pipelines/templates/steps/publish-blobs.yml
parameters:
FolderForUpload: '$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.groupId}}/${{artifact.name}}'
BlobName: '$(azure-sdk-docs-prod-blob-name)'
TargetLanguage: 'java'
ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.groupId}}/${{artifact.name}}
# we override the regular script path because we have cloned the build tools repo as a separate artifact.
ScriptPath: 'eng/common/scripts/copy-docs-to-blobstorage.ps1'