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