Set DownloadPipelineArtifactResourceTypes for v1 #5209
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
Similar to #5133, this sets the variable for V1 task as well.
https://dev.azure.com/mseng/1ES/_workitems/edit/2215567
Description
This PR adds the type of artifact downloaded by pipeline artifact task.
Build artifacts is not EO compliant due to its mutability. It is possible for DownloadPipelineArtifact to download a build artifact and we know that customers are doing this today. In this feature, we will beging emitting a warning when a build artifact is used with DownloadPipelineArtifact in release job and then eventually block it.
Risk Assessment (Low / Medium / High)
Low, since this is adding an environment variable.
Unit Tests Added or Updated (Yes / No)
Manual testing