From 9e280065158ef21668fd612331191880ed71ed15 Mon Sep 17 00:00:00 2001 From: Dayenne Souza Date: Thu, 4 Apr 2024 14:04:08 -0300 Subject: [PATCH] Update .vsts-ci.yml for Azure Pipelines --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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