Skip to content

Commit c77deeb

Browse files
authored
Skip Source Build for now (#46190)
1 parent 40dd230 commit c77deeb

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.azure/pipelines/ci.yml

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

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
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
799800

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

0 commit comments

Comments
 (0)