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

Commit

Permalink
Focus...
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 1, 2019
1 parent 1ab96b5 commit 56ea750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ steps:
- task: PublishPipelineArtifact@0
displayName: 'Publish Pipeline Artifact'
inputs:
targetPath: '*.*'
targetPath: $(Build.ArtifactStagingDirectory)
condition: and(succeeded(), eq(variables['node_version'], '12.x'), eq(variables['Agent.OS'], 'Linux'))

0 comments on commit 56ea750

Please # to comment.