Skip to content

Commit

Permalink
Fix artifact names (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe authored Mar 29, 2024
1 parent a1e56d9 commit 43996b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/templates/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- task: 1ES.PublishPipelineArtifact@1
inputs:
path: $(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)/
artifact: drop
artifact: $(Agent.Os)_$(Agent.JobName) TestResults
- task: 1ES.PublishPipelineArtifact@1
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false), eq(variables['_BuildConfig'], 'Release'))
inputs:
path: $(Build.SourcesDirectory)/artifacts/packages
artifact: drop
artifact: artifacts

- ${{ if ne(variables['System.TeamProject'], 'internal') }}:
- template: /eng/common/templates/jobs/jobs.yml
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
pathtoPublish: artifacts/packages/
artifactName: artifacts
artifactType: Container
parallel: true
parallel: true

0 comments on commit 43996b4

Please sign in to comment.