We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fad84e commit 4f682baCopy full SHA for 4f682ba
src/Agent.Plugins/Artifact/PipelineArtifactServer.cs
@@ -221,6 +221,7 @@ internal async Task DownloadAsync(
221
{
222
throw new InvalidOperationException($"Invalid {nameof(downloadOptions)}!");
223
}
224
+ context.SetVariable("DownloadPipelineArtifactResourceTypes", PipelineArtifactConstants.PipelineArtifact);
225
226
227
// 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