diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml
index 93950f7693185..82e2ac735bcbc 100644
--- a/azure-pipelines-official.yml
+++ b/azure-pipelines-official.yml
@@ -372,7 +372,6 @@ extends:
             publishDataURI: "https://dev.azure.com/dnceng/internal/_apis/git/repositories/dotnet-roslyn/items?path=eng/config/PublishData.json&api-version=6.0"
             publishDataAccessToken: "$(System.AccessToken)"
             dropPath: '$(Pipeline.Workspace)\VSSetup'
-            updateXamlRoslynVersion: false
 
     - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
       - template: /eng/common/templates-official/post-build/post-build.yml@self
diff --git a/eng/pipelines/insert.yml b/eng/pipelines/insert.yml
index 8c3631873e135..98c0834d96d70 100644
--- a/eng/pipelines/insert.yml
+++ b/eng/pipelines/insert.yml
@@ -46,9 +46,6 @@ parameters:
   - name: dropPath
     type: string
     default: ''
-  - name: updateXamlRoslynVersion
-    type: boolean
-    default: true
 
 steps:
   - checkout: none
@@ -211,7 +208,6 @@ steps:
         -visualStudioBranchName "$(Template.VSBranchName)" `
         -writePullRequest "prid.txt" `
         -queueSpeedometerValidation "${{ parameters.queueSpeedometerValidation }}"
-        -updatexamlroslynversion "${{ parameters.updateXamlRoslynVersion }}"
     displayName: 'Run OneOffInsertion.ps1'
 
   - script: 'echo. && echo. && type "prid.txt" && echo. && echo.'