Skip to content

Commit

Permalink
adding a debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Dec 13, 2023
1 parent 95157f9 commit 7dc1e68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/templates/stages/archetype-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ stages:
ServiceName: ${{parameters.ServiceDirectory}}
ForRelease: true

- bash: |
which python
displayName: What python is being used?
- task: PythonScript@0
displayName: Verify CI enabled
condition: succeeded()
Expand Down

0 comments on commit 7dc1e68

Please sign in to comment.