Skip to content

Commit dac98b9

Browse files
authored
Merge pull request #57985 from dotnet/dev/allichou/UpdateOneOffInsertionFilePath
Update OneOffInsertion.ps1 file path
2 parents 19d3159 + 731cf8c commit dac98b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/insert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ steps:
144144
# Now that everything is set, actually perform the insertion.
145145
- powershell: |
146146
mv RoslynTools.VisualStudioInsertionTool.* RIT
147-
.\RIT\tools\OneOffInsertion.ps1 `
147+
.\RIT\tools\net46\OneOffInsertion.ps1 `
148148
-autoComplete "$(Template.AutoComplete)" `
149149
-buildQueueName "$(Build.DefinitionName)" `
150150
-cherryPick "(default)" `

0 commit comments

Comments
 (0)