fixed powershell pipeline chain operator

Signed-off-by: Rahul Somasundaram <ssrahul96@gmail.com>
pull/10237/head
Rahul Somasundaram 4 years ago
parent 11b395e170
commit d72b0190f7
No known key found for this signature in database
GPG Key ID: 466FF35FC278207A

@ -48,7 +48,7 @@ jobs:
command: 'Copy-Item "C:\tmp\workspace\*" "package" -Recurse' command: 'Copy-Item "C:\tmp\workspace\*" "package" -Recurse'
- run: - run:
name: install innosetup and build name: install innosetup and build
command: Set-Location package && .\build.ps1 command: Set-Location package; .\build.ps1
- store_artifacts: - store_artifacts:
path: output/ path: output/

Loading…
Cancel
Save