1 write to ArtifactsBasePath
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PublishArtifactsInManifest.cs (1)
375
ArtifactsBasePath
= this.ArtifactsBasePath,
4 references to ArtifactsBasePath
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishArtifactsInManifestBase.cs (4)
1217
Path.GetFullPath(Path.Combine(
ArtifactsBasePath
, Guid.NewGuid().ToString()));
1482
Path.GetFullPath(Path.Combine(
ArtifactsBasePath
, Guid.NewGuid().ToString()));
1813
if (UseStreamingPublishing && string.IsNullOrEmpty(
ArtifactsBasePath
))
1815
Log.LogError($"The property {nameof(
ArtifactsBasePath
)} is required when using streaming publishing, but doesn't have a value set.");