Skip to content

Commit c4c09df

Browse files
brettfocartermp
authored andcommitted
temporarily disable auto-insertions to allow a build through the pipeline (#8302)
1 parent ff9402e commit c4c09df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
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)