Ken Hiatt
Results
2
issues of
Ken Hiatt
azure-devops/azure/devops/v6_0/pipelines/pipelines_client.py takes the parameter `run_parameters` and then sets the variable content via ```python content = self._serialize.body(run_parameters, 'RunPipelineParameters') ``` In doing so it discards **templateParameters** (along with previewRun, stagesToSkip, and yamlOverride),...
Appears that ADO puts small pipeline artifacts elsewhere and uses a 302 to redirect. My code downloading artifacts from multiple builds works fine for the big artifacts but gets a...