From d72b0190f75f35c1c3b0bc575fd5eb9355fdbdb8 Mon Sep 17 00:00:00 2001 From: Rahul Somasundaram Date: Wed, 13 Oct 2021 09:29:21 +0530 Subject: [PATCH] fixed powershell pipeline chain operator Signed-off-by: Rahul Somasundaram --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a428583d..03aefd678 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: command: 'Copy-Item "C:\tmp\workspace\*" "package" -Recurse' - run: name: install innosetup and build - command: Set-Location package && .\build.ps1 + command: Set-Location package; .\build.ps1 - store_artifacts: path: output/