Skip to content

Commit

Permalink
Merge pull request #75382 from dotnet/merges/release/dev17.11-to-rele…
Browse files Browse the repository at this point in the history
…ase/dev17.12

Merge release/dev17.11 to release/dev17.12
  • Loading branch information
dotnet-bot authored Oct 4, 2024
2 parents cd40e9b + 1774597 commit 3ff6919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,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
Expand Down
4 changes: 4 additions & 0 deletions eng/pipelines/insert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ parameters:
- name: dropPath
type: string
default: ''
- name: updateXamlRoslynVersion
type: boolean
default: true

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

0 comments on commit 3ff6919

Please sign in to comment.