mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:32:47 +08:00
[vcpkg-ci] Move version validation after CI build passes (#15686)
This commit is contained in:
parent
b60f003ccf
commit
727347d0fb
@ -32,14 +32,6 @@ jobs:
|
|||||||
filePath: 'scripts/azure-pipelines/end-to-end-tests.ps1'
|
filePath: 'scripts/azure-pipelines/end-to-end-tests.ps1'
|
||||||
arguments: '-Triplet ${{ parameters.triplet }} -WorkingRoot ${{ variables.WORKING_ROOT }}'
|
arguments: '-Triplet ${{ parameters.triplet }} -WorkingRoot ${{ variables.WORKING_ROOT }}'
|
||||||
pwsh: true
|
pwsh: true
|
||||||
- task: PowerShell@2
|
|
||||||
displayName: 'Validate version files'
|
|
||||||
condition: eq('${{ parameters.triplet }}', 'x86-windows')
|
|
||||||
inputs:
|
|
||||||
targetType: inline
|
|
||||||
script: |
|
|
||||||
./vcpkg.exe --feature-flags=versions x-ci-verify-versions --verbose
|
|
||||||
pwsh: true
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
displayName: "Build vcpkg with CMake, with older VS, and Run Tests"
|
displayName: "Build vcpkg with CMake, with older VS, and Run Tests"
|
||||||
condition: eq('${{ parameters.triplet }}', 'x86-windows')
|
condition: eq('${{ parameters.triplet }}', 'x86-windows')
|
||||||
@ -66,6 +58,14 @@ jobs:
|
|||||||
filePath: 'scripts/azure-pipelines/test-modified-ports.ps1'
|
filePath: 'scripts/azure-pipelines/test-modified-ports.ps1'
|
||||||
arguments: '-Triplet ${{ parameters.triplet }} -BuildReason $(Build.Reason) -UseEnvironmentSasToken -WorkingRoot ${{ variables.WORKING_ROOT }} -ArtifactStagingDirectory $(Build.ArtifactStagingDirectory)'
|
arguments: '-Triplet ${{ parameters.triplet }} -BuildReason $(Build.Reason) -UseEnvironmentSasToken -WorkingRoot ${{ variables.WORKING_ROOT }} -ArtifactStagingDirectory $(Build.ArtifactStagingDirectory)'
|
||||||
pwsh: true
|
pwsh: true
|
||||||
|
- task: PowerShell@2
|
||||||
|
displayName: 'Validate version files'
|
||||||
|
condition: eq('${{ parameters.triplet }}', 'x86-windows')
|
||||||
|
inputs:
|
||||||
|
targetType: inline
|
||||||
|
script: |
|
||||||
|
./vcpkg.exe --feature-flags=versions x-ci-verify-versions --verbose
|
||||||
|
pwsh: true
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Report on Disk Space After Build'
|
displayName: 'Report on Disk Space After Build'
|
||||||
condition: always()
|
condition: always()
|
||||||
|
Loading…
Reference in New Issue
Block a user