3 writes to BlobAssetsBasePath
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifest.cs (2)
335
BlobAssetsBasePath
= this.BlobAssetsBasePath,
384
BlobAssetsBasePath
= this.BlobAssetsBasePath,
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishToSymbolServerTest.cs (1)
223
BlobAssetsBasePath
= symbolFilesDir,
4 references to BlobAssetsBasePath
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishArtifactsInManifestBase.cs (4)
504
int result = await helper.AddPackagesToRequest(requestName, symbolPackages.Select(x => Path.Combine(
BlobAssetsBasePath
, x.Id)));
1693
var localBlobPath = Path.Combine(
BlobAssetsBasePath
, fileName);
1852
if (string.IsNullOrEmpty(
BlobAssetsBasePath
))
1854
Log.LogError($"The property {nameof(
BlobAssetsBasePath
)} is required but doesn't have a value set.");