From d6e1a74a114ed5d8c7b0f7de504dd0c7a6d32744 Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Tue, 4 Feb 2020 13:29:04 -0800 Subject: [PATCH] Revert "temporarily disable auto-insertions to allow a build through the pipeline (#8302)" (#8462) This reverts commit c4c09df4d5a68c3e9a51948bab554d11e2c141f2. --- azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3408ebb943b..1906529ef34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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#'