From a13c3675c4892e84b06ffc0e952ce113d5b717ab Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 28 Jan 2020 06:37:46 +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 7b8e3ff..db374e0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,6 @@ steps: - task: PublishBuildArtifacts@1 inputs: - PathtoPublish: '$(outputDirectory)/**.apk' + PathtoPublish: '$(outputDirectory)' ArtifactName: 'drop' publishLocation: 'Container' \ No newline at end of file