3 writes to BlobAssetsBasePath
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifest.cs (2)
383
BlobAssetsBasePath
= this.BlobAssetsBasePath,
433
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)
558
int result = await helper.AddPackagesToRequest(requestName, symbolPackages.Select(x => Path.Combine(
BlobAssetsBasePath
, x.Id)));
1748
var localBlobPath = Path.Combine(
BlobAssetsBasePath
, fileName);
1907
if (string.IsNullOrEmpty(
BlobAssetsBasePath
))
1909
Log.LogError($"The property {nameof(
BlobAssetsBasePath
)} is required but doesn't have a value set.");