Skip to content

Commit a310566

Browse files
committed
!fixup! add missing backslash in ci.yml
- should fix RPM installation in Linux x64 build
1 parent b9400b3 commit a310566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ stages:
273273
-p:BuildRuntimeArchive=false \
274274
-p:LinuxInstallerType=rpm \
275275
-bl:artifacts/log/build.rpm.binlog \
276-
$(_BuildArgs)
276+
$(_BuildArgs) \
277277
$(_PublishArgs)
278278
displayName: Build RPM installers
279279
installNodeJs: false

0 commit comments

Comments
 (0)