diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-07-19 19:55:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-19 19:55:00 -0700 |
| commit | b67fab9861239e33b722b9a44f5c96dec6ca807e (patch) | |
| tree | df6a8e0c199cb5341c5f3f3632da740e317a30b7 /scripts/azure-pipelines/windows-unstable | |
| parent | ce3caf4515054aa08e8a1068d2cf08bcfebf678b (diff) | |
| download | vcpkg-b67fab9861239e33b722b9a44f5c96dec6ca807e.tar.gz vcpkg-b67fab9861239e33b722b9a44f5c96dec6ca807e.zip | |
Do not emit 'PASSING, REMOVE FROM FAIL LIST' results when using vcpkg to test prerelease versions of MSVC++ (#19011)
Diffstat (limited to 'scripts/azure-pipelines/windows-unstable')
| -rw-r--r-- | scripts/azure-pipelines/windows-unstable/job.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/windows-unstable/job.yml b/scripts/azure-pipelines/windows-unstable/job.yml index 93690e957..346e2bcf3 100644 --- a/scripts/azure-pipelines/windows-unstable/job.yml +++ b/scripts/azure-pipelines/windows-unstable/job.yml @@ -72,7 +72,7 @@ jobs: inputs:
failOnStderr: true
filePath: 'scripts/azure-pipelines/test-modified-ports.ps1'
- arguments: '-Triplet ${{ parameters.triplet }} -BuildReason $(Build.Reason) -WorkingRoot ${{ variables.WORKING_ROOT }} -ArtifactStagingDirectory $(Build.ArtifactStagingDirectory)'
+ arguments: '-Triplet ${{ parameters.triplet }} -BuildReason $(Build.Reason) -WorkingRoot ${{ variables.WORKING_ROOT }} -ArtifactStagingDirectory $(Build.ArtifactStagingDirectory) -PassingIsPassing'
pwsh: true
- task: PowerShell@2
displayName: 'Report on Disk Space After Build'
|
