3 writes to ArtifactsBasePath
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifest.cs (2)
363
ArtifactsBasePath
= this.ArtifactsBasePath,
412
ArtifactsBasePath
= this.ArtifactsBasePath,
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishToSymbolServerTest.cs (1)
222
ArtifactsBasePath
= "testPath",
4 references to ArtifactsBasePath
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishArtifactsInManifestBase.cs (4)
1219
Path.GetFullPath(Path.Combine(
ArtifactsBasePath
, Guid.NewGuid().ToString()));
1530
Path.GetFullPath(Path.Combine(
ArtifactsBasePath
, Guid.NewGuid().ToString()));
1877
if (UseStreamingPublishing && string.IsNullOrEmpty(
ArtifactsBasePath
))
1879
Log.LogError($"The property {nameof(
ArtifactsBasePath
)} is required when using streaming publishing, but doesn't have a value set.");