Skip to content

Commit 6be3e70

Browse files
committed
Use macOS build pool for .msi in mono-mono-signing.yml for consistency
1 parent fbdf4c1 commit 6be3e70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci/mono-mono-signing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ extends:
281281
displayName: Mono .MSI Signing
282282
condition: ne(${{ parameters.windows_build_number }}, 0)
283283
pool:
284-
name: NetCore1ESPool-Internal
285-
image: 1es-ubuntu-2204
286-
os: linux
284+
name: Azure Pipelines
285+
vmImage: macOS-12
286+
os: macOS
287287
timeoutInMinutes: 180
288288
workspace:
289289
clean: all

0 commit comments

Comments
 (0)