From 1fbe27019a1198898e2c588012b13c1ccf7abae6 Mon Sep 17 00:00:00 2001 From: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:10:46 -0700 Subject: [PATCH] Update azure-pipelines.yml - add pool os and name --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9dab4aa07b9..3590951a28f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,7 +139,9 @@ extends: - job: OSX_${{ config.buildConfig }} displayName: OSX ${{ config.buildConfig }} pool: + name: 'Azure Pipelines' vmImage: 'macOS-latest' + os: macOS variables: - _BuildConfig: ${{ config.buildConfig }} - _SignType: none