From 377777429f2da67dbe00132bd59716217520f23f Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Wed, 25 Oct 2023 13:41:19 +0800 Subject: [PATCH] try fix download --- build/pipelines/templates/run-unit-tests.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build/pipelines/templates/run-unit-tests.yaml b/build/pipelines/templates/run-unit-tests.yaml index 17cc00ff..f76cfd7e 100644 --- a/build/pipelines/templates/run-unit-tests.yaml +++ b/build/pipelines/templates/run-unit-tests.yaml @@ -14,11 +14,10 @@ jobs: steps: - checkout: none - - task: DownloadBuildArtifacts@0 + - download: current displayName: Download CalculatorUnitTests - inputs: - artifactName: drop - itemPattern: drop/Release/${{ parameters.platform }}/CalculatorUnitTests/AppPackages/CalculatorUnitTests_Test/** + artifact: drop + patterns: drop/Release/${{ parameters.platform }}/CalculatorUnitTests/AppPackages/CalculatorUnitTests_Test/** - task: PowerShell@2 displayName: Install Certificate