@@ -339,32 +339,9 @@ jobs:
339339 df -h
340340 displayName: Disk Usage before Build
341341
342- # Build the default subset non-MacOS platforms
343- - ${{ if ne(parameters.osGroup, 'osx') }} :
344- - script : $(BaseJobBuildCommand)
345- displayName : Build
346- continueOnError : ${{ and(eq(variables.SkipTests, false), eq(parameters.shouldContinueOnError, true)) }}
347-
348- # Build corehost, sign and add entitlements to MacOS binaries
349- - ${{ if eq(parameters.osGroup, 'osx') }} :
350- - script : $(BaseJobBuildCommand) -subset host.native
351- displayName : Build CoreHost
352- continueOnError : ${{ and(eq(variables.SkipTests, false), eq(parameters.shouldContinueOnError, true)) }}
353-
354- - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }} :
355- - template : /eng/pipelines/common/macos-sign-with-entitlements.yml
356- parameters :
357- filesToSign :
358- - name : dotnet
359- path : $(Build.SourcesDirectory)/artifacts/bin/osx-${{ parameters.archType }}.$(_BuildConfig)/corehost
360- entitlementsFile : $(Build.SourcesDirectory)/eng/pipelines/common/entitlements.plist
361- - name : apphost
362- path : $(Build.SourcesDirectory)/artifacts/bin/osx-${{ parameters.archType }}.$(_BuildConfig)/corehost
363- entitlementsFile : $(Build.SourcesDirectory)/eng/pipelines/common/entitlements.plist
364-
365- - script : $(BaseJobBuildCommand) -subset host.pkg+host.tools+host.tests+packs
366- displayName : Build and Package
367- continueOnError : ${{ and(eq(variables.SkipTests, false), eq(parameters.shouldContinueOnError, true)) }}
342+ - script : $(BaseJobBuildCommand)
343+ displayName : Build
344+ continueOnError : ${{ and(eq(variables.SkipTests, false), eq(parameters.shouldContinueOnError, true)) }}
368345
369346 - ${{ if and(eq(parameters.isOfficialBuild, true), eq(parameters.osGroup, 'windows')) }} :
370347 - powershell : ./eng/collect_vsinfo.ps1 -ArchiveRunName postbuild_log
0 commit comments