From c6b642b03a64fbd530b229a0a79d5bff9a938845 Mon Sep 17 00:00:00 2001 From: lguohan Date: Fri, 12 Feb 2021 11:17:33 -0800 Subject: [PATCH] [ci]: download from sonic-buildimage.vs artifact (#168) Azure/sonic-buildimage#6768 change the kvm artifact name from kvm to vs Signed-off-by: Guohan Lu --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a853e0c04f13..da0680304880 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ steps: source: specific project: build pipeline: 1 - artifact: sonic-buildimage.kvm + artifact: sonic-buildimage.vs runVersion: 'latestFromBranch' runBranch: 'refs/heads/master' displayName: "Download artifacts from latest sonic-buildimage build"