Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a9acf95

Browse files
committed
Merge in 'release/3.1' changes
2 parents f7961dc + a4faec0 commit a9acf95

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

eng/xplat-job.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,10 @@ jobs:
5555
${{ if and(eq(parameters.osGroup, 'FreeBSD'), ne(variables['System.TeamProject'], 'public')) }}:
5656
name: dnceng-freebsd-internal
5757

58-
# Public OSX Build Pool
59-
${{ if and(eq(parameters.osGroup, 'OSX'), ne(variables['System.TeamProject'], 'public')) }}:
58+
# OSX Build Pool
59+
${{ if eq(parameters.osGroup, 'OSX') }}:
6060
vmImage: macOS-latest
6161

62-
# Official Build OSX Pool
63-
${{ if and(eq(parameters.osGroup, 'OSX'), eq(variables['System.TeamProject'], 'public')) }}:
64-
name: Hosted MacOS
65-
6662
# Official Build Windows Pool
6763
${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}:
6864
name: NetCore1ESPool-Svc-Internal

0 commit comments

Comments
 (0)