Skip to content

Commit b783805

Browse files
committed
Fix a problem in the gpu nuget pipeline: the yml missed a space
1 parent bcfb8d5 commit b783805

File tree

1 file changed

+1
-1
lines changed
  • tools/ci_build/github/azure-pipelines/nuget/templates

1 file changed

+1
-1
lines changed

tools/ci_build/github/azure-pipelines/nuget/templates/gpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
zip -r linux-x64.zip linux-x64
5050
cp $(Build.BinariesDirectory)/linux*.zip $(Build.ArtifactStagingDirectory)
5151
ls -al $(Build.ArtifactStagingDirectory)
52-
displayName: 'Create Artifacts'
52+
displayName: 'Create Artifacts'
5353
- task: PublishPipelineArtifact@0
5454
displayName: 'Publish Pipeline Artifact'
5555
inputs:

0 commit comments

Comments
 (0)