diff --git a/.vsts-ci.yml b/.vsts-ci.yml index be4f3783..1f5cabfb 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -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