3 writes to FutureArtifactPublishBasePath
Microsoft.DotNet.Build.Tasks.Feed.Tests (3)
PushToBuildStorageTests.cs (3)
248
task.
FutureArtifactPublishBasePath
= "C:/artifacts";
306
task.
FutureArtifactPublishBasePath
= @"C:\artifacts";
361
task.
FutureArtifactPublishBasePath
= @"C:/artifacts2";
7 references to FutureArtifactPublishBasePath
Microsoft.DotNet.Build.Tasks.Feed (5)
src\PushToBuildStorage.cs (5)
229
!string.IsNullOrEmpty(
FutureArtifactPublishBasePath
))
237
string.IsNullOrEmpty(
FutureArtifactPublishBasePath
))
379
if (_publishingVersion == PublishingInfraVersion.V4 && !string.IsNullOrEmpty(
FutureArtifactPublishBasePath
))
383
string relativePath = _fileSystem.GetRelativePath(
FutureArtifactPublishBasePath
, artifactDestinationPath);
391
Log.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'."]);