is it possible to pass a parameter when I make a Dev Ops pull request? I only see a way to create tags.
I created a new branch, made my change and I would like to now merge it with the master branch which will trigger a pipeline build in our setup.
In my pipeline, I'm using the "Build SSIS" task which needs the Project path, which is different for every SSIS solution. So I am hoping to pass that as a parameter on the pull request, so I don't need a separate pipeline for every SSIS solution we manage.
Similarly, I was hoping to parameterize the repo because we have many repos but that seems less possible to parameterize, but is less important. Also similarly, I am using the "Deploy SSIS" task in my release pipeline that I am hoping to pass a parameter for "Destination Path" which is what folder it should deploy the SSIS solution to on the SQL server.
I thought it might be a custom YAML pipeline instead of the GUI I used to set ours up, however, I think we would want the developer to input the parameter at the pull request step in the process. So it seems it should be upstream of the pipeline.
Thank you