Skip to content

Commit

Permalink
Fix a problem in the gpu nuget pipeline: the yml missed a space
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Oct 25, 2019
1 parent bcfb8d5 commit b783805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
zip -r linux-x64.zip linux-x64
cp $(Build.BinariesDirectory)/linux*.zip $(Build.ArtifactStagingDirectory)
ls -al $(Build.ArtifactStagingDirectory)
displayName: 'Create Artifacts'
displayName: 'Create Artifacts'
- task: PublishPipelineArtifact@0
displayName: 'Publish Pipeline Artifact'
inputs:
Expand Down

0 comments on commit b783805

Please sign in to comment.