aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-01-16 15:54:44 -0800
committerGitHub <noreply@github.com>2021-01-16 15:54:44 -0800
commit727347d0fbde2d7e03247018ca9595d7e38c7459 (patch)
tree4026f139d3c9c36e06234f63dd6143e3f08ae06a /scripts
parentb60f003ccf5fe8613d029f49f835c8929a66eb61 (diff)
downloadvcpkg-727347d0fbde2d7e03247018ca9595d7e38c7459.tar.gz
vcpkg-727347d0fbde2d7e03247018ca9595d7e38c7459.zip
[vcpkg-ci] Move version validation after CI build passes (#15686)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/windows/azure-pipelines.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml
index d97490093..3c180f7eb 100644
--- a/scripts/azure-pipelines/windows/azure-pipelines.yml
+++ b/scripts/azure-pipelines/windows/azure-pipelines.yml
@@ -32,14 +32,6 @@ jobs:
filePath: 'scripts/azure-pipelines/end-to-end-tests.ps1'
arguments: '-Triplet ${{ parameters.triplet }} -WorkingRoot ${{ variables.WORKING_ROOT }}'
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
displayName: "Build vcpkg with CMake, with older VS, and Run Tests"
condition: eq('${{ parameters.triplet }}', 'x86-windows')
@@ -67,6 +59,14 @@ jobs:
arguments: '-Triplet ${{ parameters.triplet }} -BuildReason $(Build.Reason) -UseEnvironmentSasToken -WorkingRoot ${{ variables.WORKING_ROOT }} -ArtifactStagingDirectory $(Build.ArtifactStagingDirectory)'
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
displayName: 'Report on Disk Space After Build'
condition: always()
inputs: