From 1c772d55fe91ed8a6e37a68a52bec90871b2ab04 Mon Sep 17 00:00:00 2001 From: Shen Chen Date: Wed, 2 Oct 2024 11:16:46 -0700 Subject: [PATCH] Don't update xaml tool --- azure-pipelines-official.yml | 1 + eng/pipelines/insert.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 5c038d5275e4d..82a6d623e3d5c 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -372,6 +372,7 @@ 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 98c0834d96d70..8c3631873e135 100644 --- a/eng/pipelines/insert.yml +++ b/eng/pipelines/insert.yml @@ -46,6 +46,9 @@ parameters: - name: dropPath type: string default: '' + - name: updateXamlRoslynVersion + type: boolean + default: true steps: - checkout: none @@ -208,6 +211,7 @@ 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.'