diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-03-11 04:05:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 14:05:57 -0600 |
| commit | 02daf011f064cf025a092d9c4f31d2077207cdcb (patch) | |
| tree | 557d009499edb7423ee0cd64b2a9253f0e3c6512 /scripts | |
| parent | cea2b1232af82690d90641b8480a7123f6009577 (diff) | |
| download | vcpkg-02daf011f064cf025a092d9c4f31d2077207cdcb.tar.gz vcpkg-02daf011f064cf025a092d9c4f31d2077207cdcb.zip | |
[Azure pipeline] Upload file list logs for unstable testing (#16492)
* [Azure pipeline] Upload file list logs for unstable testing
* Fix indentation
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/azure-pipelines/windows-unstable/job.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/windows-unstable/job.yml b/scripts/azure-pipelines/windows-unstable/job.yml index 256990e5e..d440ef7fa 100644 --- a/scripts/azure-pipelines/windows-unstable/job.yml +++ b/scripts/azure-pipelines/windows-unstable/job.yml @@ -83,3 +83,18 @@ jobs: PathtoPublish: '$(Build.ArtifactStagingDirectory)\failure-logs'
ArtifactName: 'failure logs for ${{ parameters.triplet }}'
condition: always()
+ - task: PowerShell@2
+ displayName: 'Build a file list for all packages'
+ condition: always()
+ inputs:
+ targetType: inline
+ script: |
+ ./vcpkg.exe fetch python3
+ & $(.\vcpkg fetch python3) .\scripts\file_script.py D:\installed\vcpkg\info\
+ pwsh: true
+ - task: PublishBuildArtifacts@1
+ displayName: 'Publish Artifact: file lists for ${{ parameters.triplet }}'
+ condition: always()
+ inputs:
+ PathtoPublish: scripts/list_files
+ ArtifactName: 'file lists for ${{ parameters.triplet }}'
|
