4 references to GetIdentifier
Microsoft.DotNet.PackageInstall.Tests (4)
TestToolBuilder.cs (4)
103
var targetDirectory = Path.Combine(TestContext.Current.TestExecutionDirectory, "TestTools", toolSettings.
GetIdentifier
());
152
var testAsset = testAssetManager.CreateTestProject(testProject, identifier: toolSettings.
GetIdentifier
());
177
.Execute(collectBinlogs ? $"--bl:{toolSettings.
GetIdentifier
()}-{{}}" : "")
185
.Execute(collectBinlogs ? $"--bl:{toolSettings.
GetIdentifier
()}-{RuntimeInformation.RuntimeIdentifier}-{{}}" : "")