31 references to InvokeExecute
Microsoft.Arcade.Common (1)
MSBuildTaskBase.cs (1)
36
return
InvokeExecute
(provider);
Microsoft.DotNet.Build.Tasks.Feed.Tests (9)
GenerateBuildManifestTests.cs (1)
68
task.
InvokeExecute
(provider).Should().BeTrue();
PublishArtifactsInManifestTests.cs (1)
54
task.
InvokeExecute
(provider);
PushToBuildStorageTests.cs (7)
221
task.
InvokeExecute
(provider).Should().BeTrue();
252
task.
InvokeExecute
(provider).Should().BeTrue();
300
task.
InvokeExecute
(provider).Should().BeTrue();
349
task.
InvokeExecute
(provider).Should().BeTrue();
396
task.
InvokeExecute
(provider).Should().BeTrue();
446
task.
InvokeExecute
(provider).Should().BeTrue();
551
task.
InvokeExecute
(provider).Should().BeTrue();
Microsoft.DotNet.Helix.Sdk.Tests (21)
CreateXHarnessAndroidWorkItemsTests.cs (5)
54
_task.
InvokeExecute
(provider).Should().BeFalse();
72
_task.
InvokeExecute
(provider).Should().BeTrue();
111
_task.
InvokeExecute
(provider).Should().BeTrue();
141
_task.
InvokeExecute
(provider).Should().BeTrue();
174
_task.
InvokeExecute
(provider).Should().BeTrue();
CreateXHarnessAppleWorkItemsTests.cs (6)
56
_task.
InvokeExecute
(provider).Should().BeFalse();
75
_task.
InvokeExecute
(provider).Should().BeTrue();
121
_task.
InvokeExecute
(provider).Should().BeTrue();
153
_task.
InvokeExecute
(provider).Should().BeTrue();
182
_task.
InvokeExecute
(provider).Should().BeTrue();
226
_task.
InvokeExecute
(provider).Should().BeTrue();
FindDotNetCliPackageTests.cs (4)
63
task.
InvokeExecute
(provider).Should().BeTrue();
110
task.
InvokeExecute
(provider).Should().BeTrue();
161
task.
InvokeExecute
(provider).Should().BeFalse();
215
task.
InvokeExecute
(provider).Should().BeFalse();
InstallDotNetToolTests.cs (6)
91
_task.
InvokeExecute
(provider).Should().BeTrue();
121
_task.
InvokeExecute
(provider).Should().BeTrue();
146
_task.
InvokeExecute
(provider).Should().BeFalse();
191
_task.
InvokeExecute
(provider).Should().BeTrue();
272
var installationTask = Task.Run(() => task1.
InvokeExecute
(provider1).Should().BeTrue());
277
var skipTask = Task.Run(() => task2.
InvokeExecute
(provider2).Should().BeTrue());