mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
7f52deab66
* Update PowerShell Core to not vulnerable versions. * Fix Android create-image relative paths. * Update pools and add docs. * Get android create-vmss to setup managed identity.
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
## First time machine setup:
|
|
* [ ] Install Azure PowerShell: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps
|
|
|
|
## Each Patch Tuesday:
|
|
* [ ] Check for depends:vm-update PRs and make relevant changes if possible.
|
|
* [ ] Check for Service 360 alerts about vulnerable software we are installing in the VMs and
|
|
update that. (Most often PowerShell needs to be updated to the current 7.2.x release)
|
|
* [ ] Run android/create-image.ps1
|
|
* [ ] Run linux/create-image.ps1
|
|
* [ ] Run windows/create-image.ps1
|
|
* [ ] Run android/create-vmss.ps1
|
|
* [ ] Run linux/create-vmss.ps1
|
|
* [ ] Run windows/create-vmss.ps1
|
|
* [ ] Create new pools for all 3 of these in Azure DevOps: https://dev.azure.com/vcpkg/public/_settings/agentqueues
|
|
* Android: 4 agents
|
|
* Linux: 4 agents
|
|
* Windows: 22 agents
|
|
* [ ] Update azure-pipelines.yml to point to the new pools.
|
|
* [ ] Submit PR with those changes.
|
|
* [ ] Submit a full CI rebuild with those changes: https://dev.azure.com/vcpkg/public/_build?definitionId=29
|
|
refs/pull/NUMBER/head
|