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