File tree Expand file tree Collapse file tree 5 files changed +0
-9
lines changed
Microsoft.VisualStudio.Services.Agent/Blob
Test/L0/Plugin/TestFileShareProvider Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ public async Task DownloadMultipleArtifactsAsync(
66
66
context . IsSystemDebugTrue ( ) ,
67
67
( str ) => context . Output ( str ) ,
68
68
connection ,
69
- this . factory . GetDedupStoreClientMaxParallelism ( context ) ,
70
69
WellKnownDomainIds . DefaultDomainId ,
71
70
Microsoft . VisualStudio . Services . BlobStore . WebApi . Contracts . Client . FileShare ,
72
71
context ,
@@ -119,7 +118,6 @@ public async Task PublishArtifactAsync(
119
118
context . IsSystemDebugTrue ( ) ,
120
119
( str ) => context . Output ( str ) ,
121
120
connection ,
122
- this . factory . GetDedupStoreClientMaxParallelism ( context ) ,
123
121
WellKnownDomainIds . DefaultDomainId ,
124
122
Microsoft . VisualStudio . Services . BlobStore . WebApi . Contracts . Client . FileShare ,
125
123
context ,
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ public async Task DownloadSingleArtifactAsync(
49
49
this . context . IsSystemDebugTrue ( ) ,
50
50
( str ) => this . context . Output ( str ) ,
51
51
this . connection ,
52
- DedupManifestArtifactClientFactory . Instance . GetDedupStoreClientMaxParallelism ( context ) ,
53
52
domainId ,
54
53
Microsoft . VisualStudio . Services . BlobStore . WebApi . Contracts . Client . PipelineArtifact ,
55
54
context ,
@@ -119,7 +118,6 @@ public async Task DownloadMultipleArtifactsAsync(
119
118
this . context . IsSystemDebugTrue ( ) ,
120
119
( str ) => this . context . Output ( str ) ,
121
120
this . connection ,
122
- DedupManifestArtifactClientFactory . Instance . GetDedupStoreClientMaxParallelism ( context ) ,
123
121
domainId ,
124
122
Microsoft . VisualStudio . Services . BlobStore . WebApi . Contracts . Client . PipelineArtifact ,
125
123
context ,
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ internal async Task UploadAsync(
46
46
context . IsSystemDebugTrue ( ) ,
47
47
( str ) => context . Output ( str ) ,
48
48
connection ,
49
- DedupManifestArtifactClientFactory . Instance . GetDedupStoreClientMaxParallelism ( context ) ,
50
49
WellKnownDomainIds . DefaultDomainId ,
51
50
Microsoft . VisualStudio . Services . BlobStore . WebApi . Contracts . Client . PipelineCache ,
52
51
context ,
@@ -168,7 +167,6 @@ internal async Task DownloadAsync(
168
167
context . IsSystemDebugTrue ( ) ,
169
168
( str ) => context . Output ( str ) ,
170
169
connection ,
171
- DedupManifestArtifactClientFactory . Instance . GetDedupStoreClientMaxParallelism ( context ) ,
172
170
WellKnownDomainIds . DefaultDomainId ,
173
171
Microsoft . VisualStudio . Services . BlobStore . WebApi . Contracts . Client . PipelineCache ,
174
172
context ,
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ public interface IDedupManifestArtifactClientFactory
49
49
bool verbose ,
50
50
Action < string > traceOutput ,
51
51
VssConnection connection ,
52
- int maxParallelism ,
53
52
IDomainId domainId ,
54
53
BlobStore . WebApi . Contracts . Client client ,
55
54
AgentTaskPluginExecutionContext context ,
@@ -104,7 +103,6 @@ private DedupManifestArtifactClientFactory()
104
103
bool verbose ,
105
104
Action < string > traceOutput ,
106
105
VssConnection connection ,
107
- int maxParallelism ,
108
106
IDomainId domainId ,
109
107
BlobStore . WebApi . Contracts . Client client ,
110
108
AgentTaskPluginExecutionContext context ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ public class MockDedupManifestArtifactClientFactory : IDedupManifestArtifactClie
24
24
bool verbose ,
25
25
Action < string > traceOutput ,
26
26
VssConnection connection ,
27
- int maxParallelism ,
28
27
IDomainId domainId ,
29
28
BlobStore . WebApi . Contracts . Client client ,
30
29
AgentTaskPluginExecutionContext context ,
You can’t perform that action at this time.
0 commit comments