Remove broken symlinks from buildtools before saving it to artifacts
This commit is contained in:
parent
e85ea5dcff
commit
334fea3d7b
1 changed files with 5 additions and 0 deletions
5
vsts.yml
5
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:
|
||||
|
|
Loading…
Reference in a new issue