diff options
Diffstat (limited to 'scripts/azure-pipelines/windows')
| -rw-r--r-- | scripts/azure-pipelines/windows/azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml index 9a7f01e7b..2e2e38c96 100644 --- a/scripts/azure-pipelines/windows/azure-pipelines.yml +++ b/scripts/azure-pipelines/windows/azure-pipelines.yml @@ -5,7 +5,7 @@ jobs:
- job: ${{ parameters.jobName }}
pool:
- name: PrWin-2020-04-22
+ name: ${{ parameters.poolName }}
variables:
triplet: '${{ parameters.triplet }}'
@@ -26,7 +26,7 @@ jobs: $(System.DefaultWorkingDirectory)\scripts\azure-pipelines\windows\ci-step.ps1 -Triplet "$(triplet)" -ExcludePorts $skipList
Write-Host "CI test script is complete"
errorActionPreference: continue
- displayName: '** Build vcpkg and test ports **'
+ displayName: '** Build vcpkg and Test Modified Ports **'
- powershell: |
$baseName = "$(triplet)"
|
