From a75d69178afaf617d920ea8efce6a38410a76d90 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 28 Jan 2020 06:30:26 +0300 Subject: [PATCH] Updated CI config #4 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 95f88d3..7b8e3ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,6 @@ steps: - task: PublishBuildArtifacts@1 inputs: - PathtoPublish: '**/**.apk' + PathtoPublish: '$(outputDirectory)/**.apk' ArtifactName: 'drop' publishLocation: 'Container' \ No newline at end of file