Skip to content

Commit

Permalink
Update .vsts-ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza committed Apr 4, 2024
1 parent c493076 commit 9e28006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stages:

- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(System.DefaultWorkingDirectory)' # Path to the Docker container image
targetPath: '$(System.DefaultWorkingDirectory)/intel-toolkit.tar' # Path to the Docker container image
artifact: 'output' # Name of the artifact

- stage: Deploy
Expand Down

0 comments on commit 9e28006

Please sign in to comment.