diff --git a/azure-pipelines-e2e-integration-tests.yml b/azure-pipelines-e2e-integration-tests.yml index a99ad3b7..9b71081c 100644 --- a/azure-pipelines-e2e-integration-tests.yml +++ b/azure-pipelines-e2e-integration-tests.yml @@ -14,7 +14,9 @@ strategy: imageName: 'MMS2019TLS' pool: - vmImage: $(imageName) + name: '1ES-Hosted-AzFunc' + demands: + - ImageOverride -equals $(imageName) steps: - pwsh: ./test/E2E/Start-E2ETest.ps1 -UseCoreToolsBuildFromIntegrationTests