5 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}'.");