Skip to content

Commit e810a45

Browse files
committed
Testing commit dotnet#2: Remove build product step from global build job.yml
1 parent b803802 commit e810a45

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

eng/pipelines/common/global-build-job.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ jobs:
158158
inputs:
159159
filePath: $(Build.SourcesDirectory)/eng/pipelines/mono/update-machine-certs.ps1
160160

161-
# Build
162-
- ${{ if eq(parameters.buildingOnSourceBuildImage, false) }}:
163-
- script: $(_sclEnableCommand) $(Build.SourcesDirectory)$(dir)build$(scriptExt) -ci -arch ${{ parameters.archType }} $(_osParameter) ${{ parameters.buildArgs }} $(_officialBuildParameter) $(_crossBuildPropertyArg) $(_cxx11Parameter) $(_richCodeNavigationParam) $(_buildDarwinFrameworksParameter) $(_overrideTestScriptWindowsCmdParameter)
164-
displayName: Build product
165-
${{ if eq(parameters.useContinueOnErrorDuringBuild, true) }}:
166-
continueOnError: ${{ parameters.shouldContinueOnError }}
161+
# # Build
162+
# - ${{ if eq(parameters.buildingOnSourceBuildImage, false) }}:
163+
# - script: $(_sclEnableCommand) $(Build.SourcesDirectory)$(dir)build$(scriptExt) -ci -arch ${{ parameters.archType }} $(_osParameter) ${{ parameters.buildArgs }} $(_officialBuildParameter) $(_crossBuildPropertyArg) $(_cxx11Parameter) $(_richCodeNavigationParam) $(_buildDarwinFrameworksParameter) $(_overrideTestScriptWindowsCmdParameter)
164+
# displayName: Build product
165+
# ${{ if eq(parameters.useContinueOnErrorDuringBuild, true) }}:
166+
# continueOnError: ${{ parameters.shouldContinueOnError }}
167167

168168
- ${{ if in(parameters.osGroup, 'OSX', 'iOS', 'tvOS', 'Android') }}:
169169
- script: |

0 commit comments

Comments
 (0)