Browse Source

Use macOS build pool for .msi in mono-mono-signing.yml for consistency

Alexander Köplinger 1 year ago
parent
commit
6be3e70176
1 changed files with 3 additions and 3 deletions
  1. 3 3
      scripts/ci/mono-mono-signing.yml

+ 3 - 3
scripts/ci/mono-mono-signing.yml

@@ -281,9 +281,9 @@ extends:
         displayName: Mono .MSI Signing
         condition: ne(${{ parameters.windows_build_number }}, 0)
         pool:
-          name: NetCore1ESPool-Internal
-          image: 1es-ubuntu-2204
-          os: linux
+          name: Azure Pipelines
+          vmImage: macOS-12
+          os: macOS
         timeoutInMinutes: 180
         workspace:
           clean: all