From e0ed2a3f60f3e477c372ec0197e0cd676ada36b6 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 21 May 2019 15:55:26 -0700 Subject: [PATCH] Correct the upload_dir in script --- .azure-pipelines/steps/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/steps/run.yml b/.azure-pipelines/steps/run.yml index 3d07df4d936..f7ee490b1fd 100644 --- a/.azure-pipelines/steps/run.yml +++ b/.azure-pipelines/steps/run.yml @@ -118,7 +118,7 @@ steps: set -e if [ "$AGENT_OS" = "Linux" ]; then rm -rf obj/build/dist/doc - upload_dir=obj/build/dist deploy/$BUILD_SOURCEVERSION + upload_dir=obj/build/dist else rm -rf build/dist/doc upload_dir=build/dist