From 3db3908d8c48f6b3ffc10dd03211e774ef5f1bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 11 Sep 2019 16:07:43 +0200 Subject: [PATCH] Change default remote path --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c5a6e6e3..2983cc4a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -125,6 +125,7 @@ jobs: authType: 'userAndPass' username: $(username) password: $(api-key) - url: https://api.bintray.com/content/luisangelsm/YACReader/DevBuilds/$(Build.BuildNumber) + remotePath: '' + url: https://api.bintray.com/content/luisangelsm/YACReader/DevBuilds/$(Build.BuildNumber)/ \ No newline at end of file