Skip to content

Commit 2fbae16

Browse files
joperezrCopilot
andauthored
Enable building of extensions in the internal build pipeline using property directly instead of switch (#11678)
* Enable building of extensions in the internal build pipeline using property directly instead of switch * Update eng/pipelines/azure-pipelines.yml Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 98bb051 commit 2fbae16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/BuildAndTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ steps:
3636
-restore -build
3737
-pack
3838
-sign $(_SignArgs)
39-
-buildExtension
4039
-publish $(_PublishArgs)
4140
-configuration ${{ parameters.buildConfig }}
4241
/bl:${{ parameters.repoLogPath }}/build.binlog
4342
$(_OfficialBuildIdArgs)
4443
$(_InternalBuildArgs)
4544
/p:TargetRids=${{ join(':', parameters.targetRids) }}
4645
/p:SkipTestProjects=true
46+
/p:BuildExtension=true
4747
displayName: 🟣Build
4848

4949
- task: 1ES.PublishBuildArtifacts@1

0 commit comments

Comments
 (0)