From dcfcb7e8cf06c976a9d8d1e8c466425425227ccc Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Sat, 7 Mar 2020 21:55:48 +0000 Subject: [PATCH] Update publish-job.yml for Azure Pipelines --- .azuredevops/pipelines/publish-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/pipelines/publish-job.yml b/.azuredevops/pipelines/publish-job.yml index 9cbe1e3f5..b1885a768 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -29,7 +29,7 @@ stages: linux-arm64: runtime: linux-arm64 pool: - vmImage: $(vmImage) + vmImage: ${{ variables.vmImage }} steps: - template: templates/publish-os-steps.yml