Skip to content

Commit 4f682ba

Browse files
Set DownloadPipelineArtifactResourceTypes for v1 (#5209)
1 parent 8fad84e commit 4f682ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Agent.Plugins/Artifact/PipelineArtifactServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ internal async Task DownloadAsync(
221221
{
222222
throw new InvalidOperationException($"Invalid {nameof(downloadOptions)}!");
223223
}
224+
context.SetVariable("DownloadPipelineArtifactResourceTypes", PipelineArtifactConstants.PipelineArtifact);
224225
}
225226

226227
// Download for version 2. This decision was made because version 1 is sealed and we didn't want to break any existing customers.

0 commit comments

Comments
 (0)