Skip to content
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ jobs:
displayName: 'Publish Report Artifacts'
artifact: reports

- publish: $(System.DefaultWorkingDirectory)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be Pipeline.Workspace instead? I'm not sure if the default working directory can be changed or not.

condition: failed()
displayName: 'Capture repo state for analysis'
artifact: repository

- job: 'Test'
condition: ne(variables['Skip.Test'], 'true')

Expand Down