Browse Source

Remove broken symlinks from buildtools before saving it to artifacts

John Kleinschmidt 6 years ago
parent
commit
334fea3d7b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      vsts.yml

+ 5 - 0
vsts.yml

@@ -112,6 +112,11 @@ jobs:
       ArtifactName: ffmpeg
     condition: and(succeeded(), eq(variables['RUN_TESTS'], '1'))
 
+  - bash: |
+      cd src
+      find -L buildtools -type l -exec rm -- {} +
+    displayName: Remove broken symlinks from buildtools
+
   - task: PublishBuildArtifacts@1
     displayName: Publish buildtools for ffmpeg testing
     inputs: