Skip to content

Commit

Permalink
Revert "temporarily disable auto-insertions to allow a build through …
Browse files Browse the repository at this point in the history
…the pipeline (#8302)" (#8462)

This reverts commit c4c09df.
  • Loading branch information
brettfo committed Feb 4, 2020
1 parent c4c09df commit d6e1a74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Expand Up @@ -336,10 +336,10 @@ stages:
#---------------------------------------------------------------------------------------------------------------------#
# VS Insertion #
#---------------------------------------------------------------------------------------------------------------------#
#- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
# - template: eng/release/insert-into-vs.yml
# parameters:
# componentBranchName: refs/heads/release/dev16.5
# insertTargetBranch: master
# insertTeamEmail: fsharpteam@microsoft.com
# insertTeamName: 'F#'
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng/release/insert-into-vs.yml
parameters:
componentBranchName: refs/heads/release/dev16.5
insertTargetBranch: master
insertTeamEmail: fsharpteam@microsoft.com
insertTeamName: 'F#'

0 comments on commit d6e1a74

Please sign in to comment.