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