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)
53
task.
InvokeExecute
(provider);
PushToAzureDevOpsArtifactsTests.cs (7)
222
task.
InvokeExecute
(provider).Should().BeTrue();
253
task.
InvokeExecute
(provider).Should().BeTrue();
301
task.
InvokeExecute
(provider).Should().BeTrue();
350
task.
InvokeExecute
(provider).Should().BeTrue();
397
task.
InvokeExecute
(provider).Should().BeTrue();
447
task.
InvokeExecute
(provider).Should().BeTrue();
552
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();
270
var installationTask = Task.Run(() => task1.
InvokeExecute
(provider1).Should().BeTrue());
275
var skipTask = Task.Run(() => task2.
InvokeExecute
(provider2).Should().BeTrue());