From 93cac0a34641e615bb684310f71ae8eff9030b3b Mon Sep 17 00:00:00 2001 From: lguohan Date: Fri, 12 Feb 2021 11:18:11 -0800 Subject: [PATCH] [ci]: download from sonic-buildimage.vs artifact (#152) 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 e3fdb1fd92d8..05bb0b21d163 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,7 +59,7 @@ jobs: 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"