Infra: Update path to OneOfInsertion.ps1 (#10176)

This commit is contained in:
Phil Allen 2024-03-27 20:25:26 -07:00 коммит произвёл GitHub
Родитель aedbb37f23
Коммит 5430d8aea2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,7 @@ steps:
# Now that everything is set, actually perform the insertion. # Now that everything is set, actually perform the insertion.
- powershell: | - powershell: |
mv RoslynTools.VisualStudioInsertionTool.* RIT mv RoslynTools.VisualStudioInsertionTool.* RIT
.\RIT\tools\net46\OneOffInsertion.ps1 ` .\RIT\tools\net472\OneOffInsertion.ps1 `
-autoComplete "$(Template.AutoComplete)" ` -autoComplete "$(Template.AutoComplete)" `
-buildQueueName "$(Build.DefinitionName)" ` -buildQueueName "$(Build.DefinitionName)" `
-cherryPick "(default)" ` -cherryPick "(default)" `