Skip to content

Commit df4c6fb

Browse files
committed
Revert "Skip Source Build for now (#46190)"
This reverts commit c77deeb.
1 parent 7d923eb commit df4c6fb

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.azure/pipelines/ci.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -783,20 +783,19 @@ stages:
783783
publishOnError: true
784784
includeForks: true
785785

786-
# Source build - skip until https://github.com/dotnet/source-build/issues/3111 is resolved
787-
- ${{ if False }}:
788-
- template: /eng/common/templates/job/source-build.yml
789-
parameters:
790-
platform:
791-
name: 'Managed'
792-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
793-
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks'
794-
skipPublishValidation: true
795-
jobProperties:
796-
timeoutInMinutes: 120
797-
variables:
798-
# Log environment variables in binary logs to ease debugging
799-
MSBUILDLOGALLENVIRONMENTVARIABLES: true
786+
# Source build
787+
- template: /eng/common/templates/job/source-build.yml
788+
parameters:
789+
platform:
790+
name: 'Managed'
791+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
792+
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks'
793+
skipPublishValidation: true
794+
jobProperties:
795+
timeoutInMinutes: 120
796+
variables:
797+
# Log environment variables in binary logs to ease debugging
798+
MSBUILDLOGALLENVIRONMENTVARIABLES: true
800799

801800
# Publish to the BAR and perform source indexing. Wait until everything else is done.
802801
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

0 commit comments

Comments
 (0)