Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update artifact publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 20, 2019
1 parent 16743f9 commit d171f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ stages:
SignServiceResourceId: $(SignServiceResourceId)
condition: and(succeeded(), not(eq(variables['build.reason'], 'PullRequest')), not(eq(variables['SignClientSecret'], '')), not(eq(variables['SignClientUser'], '')))

- task: PublishBuildArtifacts@1
- task: PublishPipelineArtifact@0
displayName: Publish Package Artifacts
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: NuGet
artifactName: NuGet
targetPath: '$(Build.ArtifactStagingDirectory)'
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
- stage: deploy
displayName: Deploy NuGets
Expand Down

0 comments on commit d171f97

Please sign in to comment.