3 writes to FutureArtifactPublishBasePath
Microsoft.DotNet.Build.Tasks.Feed.Tests (3)
PushToBuildStorageTests.cs (3)
248task.FutureArtifactPublishBasePath = "C:/artifacts"; 306task.FutureArtifactPublishBasePath = @"C:\artifacts"; 361task.FutureArtifactPublishBasePath = @"C:/artifacts2";
7 references to FutureArtifactPublishBasePath
Microsoft.DotNet.Build.Tasks.Feed (5)
src\PushToBuildStorage.cs (5)
229!string.IsNullOrEmpty(FutureArtifactPublishBasePath)) 237string.IsNullOrEmpty(FutureArtifactPublishBasePath)) 379if (_publishingVersion == PublishingInfraVersion.V4 && !string.IsNullOrEmpty(FutureArtifactPublishBasePath)) 383string relativePath = _fileSystem.GetRelativePath(FutureArtifactPublishBasePath, artifactDestinationPath); 391Log.LogError($"Could not determine relative path from '{FutureArtifactPublishBasePath}' to '{artifactDestinationPath}'.");
Microsoft.DotNet.Build.Tasks.Feed.Tests (2)
PushToBuildStorageTests.cs (2)
376$"Could not determine relative path from '{task.FutureArtifactPublishBasePath}' to 'C:/artifacts/pdbs/path/to/a/pdb.pdb'.", 377$"Could not determine relative path from '{task.FutureArtifactPublishBasePath}' to 'C:/artifacts/pdbs/path/to/b/pdb.pdb'."]);