We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19d3159 + 731cf8c commit dac98b9Copy full SHA for dac98b9
1 file changed
eng/pipelines/insert.yml
@@ -144,7 +144,7 @@ steps:
144
# Now that everything is set, actually perform the insertion.
145
- powershell: |
146
mv RoslynTools.VisualStudioInsertionTool.* RIT
147
- .\RIT\tools\OneOffInsertion.ps1 `
+ .\RIT\tools\net46\OneOffInsertion.ps1 `
148
-autoComplete "$(Template.AutoComplete)" `
149
-buildQueueName "$(Build.DefinitionName)" `
150
-cherryPick "(default)" `
0 commit comments