Skip to content

Commit

Permalink
Fix the VS2022 'unstable' queues. (microsoft#23742)
Browse files Browse the repository at this point in the history
Also remove file lists from the unstable queue.
  • Loading branch information
BillyONeal authored Mar 24, 2022
1 parent 83dd826 commit e53a24b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions scripts/azure-pipelines/windows-unstable/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,3 @@ 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 }}'
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ param(

Set-StrictMode -Version Latest

$MSVCRoot = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC"
$MSVCRoot = "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC"

$ErrorActionPreference = "Stop"

Expand Down

0 comments on commit e53a24b

Please sign in to comment.