1 write to _task
Microsoft.DotNet.Helix.Sdk.Tests (1)
InstallDotNetToolTests.cs (1)
69_task = new InstallDotNetTool()
14 references to _task
Microsoft.DotNet.Helix.Sdk.Tests (14)
InstallDotNetToolTests.cs (14)
87_task.ConfigureServices(collection); 91_task.InvokeExecute(provider).Should().BeTrue(); 117_task.ConfigureServices(collection); 121_task.InvokeExecute(provider).Should().BeTrue(); 126_task.ToolPath.Should().Be(s_installedPath); 142_task.ConfigureServices(collection); 146_task.InvokeExecute(provider).Should().BeFalse(); 183_task.ConfigureServices(collection); 184_task.Source = "https://dev.azure.com/some/feed"; 185_task.DotnetPath = _dotnetPath = @"D:\dotnet\dotnet.exe"; 186_task.TargetArchitecture = "arm64"; 187_task.TargetFramework = "net6.0"; 191_task.InvokeExecute(provider).Should().BeTrue(); 196_task.ToolPath.Should().Be(s_installedPath);