mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove broken symlinks from buildtools before saving it to artifacts
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user