Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small elements of feedback from wes
Browse files Browse the repository at this point in the history
scbedd committed Jan 30, 2025
1 parent 3d8b2a0 commit 06d7c50
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ stages:
- deployment: PublishPackage
displayName: "Publish to PyPI"
condition: and(succeeded(), ne(variables['Skip.PublishPackage'], 'true'))
environment: pypi
environment: package-publish
dependsOn: TagRepository

templateContext:
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/build-package-artifacts.yml
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ steps:
displayName: Clean up repo
condition: and(succeeded(), ne(variables['ENABLE_EXTENSION_BUILD'], 'true'), ne('${{ parameters.ArtifactSuffix }}', 'linux'))
# we need to only publish this if runnning on linux. we only need one for the whole build
# we need to only publish this if running on linux. we only need one for all stages
- pwsh: |
New-Item -ItemType Directory -Path "$(Build.ArtifactStagingDirectory)/release_artifact"
Copy-Item -Path "$(Build.SourcesDirectory)/eng/release_requirements.txt" -Destination "$(Build.ArtifactStagingDirectory)/release_artifact/release_requirements.txt"

0 comments on commit 06d7c50

Please sign in to comment.