Simon Krajewski hace 5 años
padre
commit
c047d43b22
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      extra/azure-pipelines/build-linux.yml

+ 2 - 1
extra/azure-pipelines/build-linux.yml

@@ -50,7 +50,8 @@ jobs:
       - task: PublishPipelineArtifact@0
         inputs:
           artifactName: 'linuxBinaries'
-          targetPath: out      - script: |
+          targetPath: out
+      - script: |
           set -ex
           make -s xmldoc
           cat >extra/doc/info.json <<EOL