Update publish-job.yml for Azure Pipelines

pull/3435/head
Matt Jeanes 5 years ago
parent f6b238f906
commit dcfcb7e8cf

@ -29,7 +29,7 @@ stages:
linux-arm64:
runtime: linux-arm64
pool:
vmImage: $(vmImage)
vmImage: ${{ variables.vmImage }}
steps:
- template: templates/publish-os-steps.yml

Loading…
Cancel
Save