From dbfb50339e7274ba76363252b877ff51ab635224 Mon Sep 17 00:00:00 2001 From: Ken Date: Sun, 3 Feb 2019 21:21:43 -0800 Subject: [PATCH] fixing the pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f61c09a7..6c05a8e9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ steps: - script: | git config user.email "kchau@microsoft.com" git config user.name "kchau@microsoft.com" - git remote set-url origin https://$(github.user):$(github.pat)@github.com/Microsoft/just-task.git + git remote set-url origin https://$(github.user):$(github.pat)@github.com/Microsoft/just.git npm install npm run build node ./common/scripts/install-run-rush.js publish -a -p -b master -n $(npm.authtoken)