Skip to content

Commit

Permalink
Add checkout to fix TSA config paths (#23865)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed May 28, 2024
1 parent 76bca8f commit cdb7556
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pipelines/templates/release-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
value: $(Build.SourcesDirectory)\PowerShell\.config\suppress.json

steps:
- checkout: self
clean: true
env:
ob_restore_phase: true # This ensures checkout is done at the beginning of the restore phase

- template: release-SetReleaseTagAndContainerName.yml

- pwsh: |
Expand Down
5 changes: 5 additions & 0 deletions .pipelines/templates/release-upload-buildinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
value: $(Build.SourcesDirectory)\PowerShell\.config\suppress.json

steps:
- checkout: self
clean: true
env:
ob_restore_phase: true # This ensures checkout is done at the beginning of the restore phase

- template: release-SetReleaseTagAndContainerName.yml

- pwsh: |
Expand Down

0 comments on commit cdb7556

Please sign in to comment.