Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Resolved issue in pipeline validation for CreateReleaseTag (#2248)
#### Details Resolved issue in pipeline validation for CreateReleaseTag. Pipeline was failing at validation as 1ES.DownloadPipelineArtifact@1 task is allowed only in release job, so added the job type as releaseJob ([1ES pipeline template Inputs | 1ES On EngHub](https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/inputs)) ##### Motivation <!-- This can be as simple as "addresses issue #123" --> ##### Context <!-- Are there any parts that you've intentionally left out-of-scope for a later PR to handle? --> <!-- Were there any alternative approaches you considered? What tradeoffs did you consider? --> #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [ ] Addresses an existing issue: Fixes #0000 - [ ] Added relevant unit test for your changes. (`yarn test`) - [ ] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [x] Ran precheckin (`yarn precheckin`)
- Loading branch information