Skip to content

Commit fe5ce36

Browse files
authored
Re-enable IBC by default (#48546)
1 parent d6673c0 commit fe5ce36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: eng/pipelines/templates/variables/vmr-build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ variables:
4444
value: false
4545
- ${{ elseif or(startsWith(parameters.desiredIBC, 'Default'), eq(parameters.desiredIBC, '')) }}:
4646
# Enable IBC on the internal project if the, branch is a main or release branch
47-
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), and(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), contains(variables['Build.SourceBranch'], '-preview')))) }}:
48-
# IBC disabled until Mismatched MVIDs issue resolved. https://github.com/dotnet/source-build/issues/4954
47+
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'))) }}:
4948
- name: ibcEnabled
50-
value: false
49+
value: true
5150
# No IBC otherwise.
5251
- ${{ else }}:
5352
- name: ibcEnabled

0 commit comments

Comments
 (0)