26 references to TestInputs
Microsoft.DotNet.Build.Tasks.Feed.Tests (26)
BuildModelFactoryTests.cs (6)
92var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 183var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 246var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.zip")); 274var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 315var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg")); 506var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.1.0.0.nupkg"));
GeneralTests.cs (4)
113var localPackagePath = TestInputs.GetFullPath(Path.Combine("Nupkgs", "test-package-a.zip")); 121var content = TestInputs.ReadAllBytes(Path.Combine("Nupkgs", $"{feedResponseContentName}.zip")); 147var localPackagePath = TestInputs.GetFullPath(testPackageName); 153var responseContent = TestInputs.ReadAllBytes(testPackageName);
PublishArtifactsInManifestTests.cs (1)
37var manifestFullPath = TestInputs.GetFullPath(Path.Combine("Manifests", "SampleV3.xml"));
PublishToSymbolServerTest.cs (14)
35var path = TestInputs.GetFullPath("Test"); 112var path = TestInputs.GetFullPath("Symbol"); 197var exclusionFile = TestInputs.GetFullPath("Symbols/SymbolPublishingExclusionsFile.txt"); 198var symbolFilesDir = TestInputs.GetFullPath("Symbols"); 244var responseContent = TestInputs.ReadAllBytes(testFile); 251var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 277var responseContent = TestInputs.ReadAllBytes(testFile); 296var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 320var responseContent = TestInputs.ReadAllBytes(testFile); 339var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 363var responseContent = TestInputs.ReadAllBytes(testFile); 378var path = TestInputs.GetFullPath(Guid.NewGuid().ToString()); 403var responseContent = TestInputs.ReadAllBytes(testPackageName); 430var responseContent = TestInputs.ReadAllBytes(testPackageName);
TestInputs.cs (1)
13Path.GetDirectoryName(typeof(TestInputs).Assembly.Location),