Skip to content

Commit

Permalink
Revert "Don't update xaml tool (#75348)"
Browse files Browse the repository at this point in the history
This reverts commit 8903f4b.
  • Loading branch information
akhera99 committed Oct 3, 2024
1 parent 8903f4b commit a376215
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions eng/pipelines/insert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ parameters:
- name: dropPath
type: string
default: ''
- name: updateXamlRoslynVersion
type: boolean
default: true

steps:
- checkout: none
Expand Down Expand Up @@ -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.'
Expand Down

0 comments on commit a376215

Please sign in to comment.