Skip to content

Commit d6e1a74

Browse files
authored
Revert "temporarily disable auto-insertions to allow a build through the pipeline (#8302)" (#8462)
This reverts commit c4c09df.
1 parent c4c09df commit d6e1a74

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ stages:
336336
#---------------------------------------------------------------------------------------------------------------------#
337337
# VS Insertion #
338338
#---------------------------------------------------------------------------------------------------------------------#
339-
#- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
340-
# - template: eng/release/insert-into-vs.yml
341-
# parameters:
342-
# componentBranchName: refs/heads/release/dev16.5
343-
# insertTargetBranch: master
344-
# insertTeamEmail: fsharpteam@microsoft.com
345-
# insertTeamName: 'F#'
339+
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
340+
- template: eng/release/insert-into-vs.yml
341+
parameters:
342+
componentBranchName: refs/heads/release/dev16.5
343+
insertTargetBranch: master
344+
insertTeamEmail: fsharpteam@microsoft.com
345+
insertTeamName: 'F#'

0 commit comments

Comments
 (0)