diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c5eaba3..df4ca6c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,8 @@ strategy: pool: name: '1ES-Hosted-AzFunc' - vmImage: $(imageName) + demands: + - ImageOverride -equals $(imageName) variables: Configuration: Release