Skip to content

Commit

Permalink
Update OneOffInsertion.ps1 path in 17.0 branch (#59541)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson authored Feb 14, 2022
1 parent a48a49c commit 25e7a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/insert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ steps:
# Now that everything is set, actually perform the insertion.
- powershell: |
mv RoslynTools.VisualStudioInsertionTool.* RIT
.\RIT\tools\OneOffInsertion.ps1 `
.\RIT\tools\net46\OneOffInsertion.ps1 `
-autoComplete "$(Template.AutoComplete)" `
-buildQueueName "$(Build.DefinitionName)" `
-cherryPick "(default)" `
Expand Down

0 comments on commit 25e7a33

Please sign in to comment.