diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 974f0deb76c9f..cddb7f9819c9f 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -59,6 +59,8 @@ variables: value: true - name: Insertion.TitlePrefix value: '[Auto Insertion]' + - name: Insertion.TitleSuffix + value: '[Skip-SymbolCheck]' stages: - stage: build @@ -293,7 +295,6 @@ stages: - stage: insert dependsOn: - build - - publish_using_darc displayName: Insert to VS jobs: @@ -358,6 +359,7 @@ stages: -insertionCount "1" ` -insertToolset "$(Insertion.InsertToolset)" ` -titlePrefix "$(Insertion.TitlePrefix)" ` + -titleSuffix "$(Insertion.TitleSuffix)" ` -queueValidation "true" ` -requiredValueSentinel "REQUIRED" ` -reviewerGUID "6c25b447-1d90-4840-8fde-d8b22cb8733e" `