diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-04-28 13:02:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 13:02:39 -0700 |
| commit | 7341c295b638ac9ec9e1123feeed5c190fcf187b (patch) | |
| tree | 55e4ddff418a0c702582b0d88416a698e772064e /scripts/azure-pipelines/windows | |
| parent | c444db5f5a954bd53c8dad004cee39c4064d844e (diff) | |
| download | vcpkg-7341c295b638ac9ec9e1123feeed5c190fcf187b.tar.gz vcpkg-7341c295b638ac9ec9e1123feeed5c190fcf187b.zip | |
[vcpkg] Copy macos pipelines into azure-pipelines.yml
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)"
|
