31 references to InvokeExecute
Microsoft.Arcade.Common (1)
MSBuildTaskBase.cs (1)
36return InvokeExecute(provider);
Microsoft.DotNet.Build.Tasks.Feed.Tests (9)
GenerateBuildManifestTests.cs (1)
68task.InvokeExecute(provider).Should().BeTrue();
PublishArtifactsInManifestTests.cs (1)
54task.InvokeExecute(provider);
PushToBuildStorageTests.cs (7)
221task.InvokeExecute(provider).Should().BeTrue(); 252task.InvokeExecute(provider).Should().BeTrue(); 300task.InvokeExecute(provider).Should().BeTrue(); 349task.InvokeExecute(provider).Should().BeTrue(); 396task.InvokeExecute(provider).Should().BeTrue(); 446task.InvokeExecute(provider).Should().BeTrue(); 551task.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)
63task.InvokeExecute(provider).Should().BeTrue(); 110task.InvokeExecute(provider).Should().BeTrue(); 161task.InvokeExecute(provider).Should().BeFalse(); 215task.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(); 272var installationTask = Task.Run(() => task1.InvokeExecute(provider1).Should().BeTrue()); 277var skipTask = Task.Run(() => task2.InvokeExecute(provider2).Should().BeTrue());