Skip to content

Commit

Permalink
rename artifacts to intuitive name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Dec 4, 2024
1 parent 0f345ca commit 19e4035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extends:
outputs:
- output: pipelineArtifact
displayName: 'Publish Microsoft.Kiota.*.nupkg and release pipeline scripts'
artifactName: Nugets
artifactName: ArtifactsForRelease
targetPath: $(Build.ArtifactStagingDirectory)
steps:

Expand Down Expand Up @@ -244,7 +244,7 @@ extends:
isProduction: true
inputs:
- input: pipelineArtifact
artifactName: Nugets
artifactName: ArtifactsForRelease
targetPath: $(Pipeline.Workspace)
strategy:
runOnce:
Expand Down

0 comments on commit 19e4035

Please sign in to comment.